diff options
| author | MarcoFalke <[email protected]> | 2017-01-30 13:13:07 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-30 13:13:20 +0100 |
| commit | 668de70be039a4f1ffcf20aeae2a22ee71fc55a8 (patch) | |
| tree | e6baaf60d95d75452af3ebacd57da5479d4a3ebd /src/chain.cpp | |
| parent | Merge #9626: Clean up a few CConnman cs_vNodes/CNode things (diff) | |
| parent | Refactor: Remove using namespace <xxx> from src/*.cpp. (diff) | |
| download | discoin-668de70be039a4f1ffcf20aeae2a22ee71fc55a8.tar.xz discoin-668de70be039a4f1ffcf20aeae2a22ee71fc55a8.zip | |
Merge #9644: [refactor] Remove using namespace <xxx> from src/
b7b48c8 Refactor: Remove using namespace <xxx> from src/*.cpp. (Karl-Johan Alm)
Diffstat (limited to 'src/chain.cpp')
| -rw-r--r-- | src/chain.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chain.cpp b/src/chain.cpp index 0f4d422b9..a5b369c4f 100644 --- a/src/chain.cpp +++ b/src/chain.cpp @@ -5,8 +5,6 @@ #include "chain.h" -using namespace std; - /** * CChain implementation */ |