aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/univalue/gen.cpp')
-rw-r--r--src/univalue/gen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/univalue/gen.cpp b/src/univalue/gen.cpp
index abebe88634..5e5a4d4aed 100644
--- a/src/univalue/gen.cpp
+++ b/src/univalue/gen.cpp
@@ -22,7 +22,6 @@ static void initJsonEscape()
{
escapes[(int)'"'] = "\\\"";
escapes[(int)'\\'] = "\\\\";
- escapes[(int)'/'] = "\\/";
escapes[(int)'\b'] = "\\b";
escapes[(int)'\f'] = "\\f";
escapes[(int)'\n'] = "\\n";