Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 7072fd4

Browse files
committed
Remove obsolete --nice option handling.
1 parent 6078814 commit 7072fd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rlp/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@ int main(int argc, char** argv)
288288
prefs.forceHex = true, prefs.forceString = false;
289289
if (vm.count("force-escape"))
290290
prefs.escapeAll = true;
291-
if (vm.count("nice"))
292-
prefs.forceString = true, prefs.stringInts = false, prefs.forceHex = false, prefs.indent = " ";
293291

294292
bytes in;
295293
if (inputFile == "--")

0 commit comments

Comments
 (0)