diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-09-07 08:22:00 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-09-07 08:21:14 -0400 |
commit | faad55a9a24601aac47b5e3bc44827ddb41d8f93 (patch) | |
tree | 2608058e723256ed51a68b3048af1ae61b03d8ea /src/univalue/gen | |
parent | 4799b0932a10c5a48706700a07899b33ef9c8bae (diff) | |
parent | dc287c98f8b33576f3c71db02a232106ef0e57d9 (diff) |
Update univalue subtree
Diffstat (limited to 'src/univalue/gen')
-rw-r--r-- | src/univalue/gen/gen.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/univalue/gen/gen.cpp b/src/univalue/gen/gen.cpp index 17f361941d..85fe20924a 100644 --- a/src/univalue/gen/gen.cpp +++ b/src/univalue/gen/gen.cpp @@ -12,8 +12,6 @@ #include <string.h> #include "univalue.h" -using namespace std; - static bool initEscapes; static std::string escapes[256]; |