diff options
| author | Philip Kaufmann <[email protected]> | 2012-05-24 18:13:03 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-05-24 18:13:03 +0200 |
| commit | bd09334d1ad868157221cd44257861dff20b1af6 (patch) | |
| tree | 3277784fdeb98641716a3b2effddc1ae02bcec1b /src/rpcdump.cpp | |
| parent | Merge branch 'merge2' into merge (diff) | |
| download | discoin-bd09334d1ad868157221cd44257861dff20b1af6.tar.xz discoin-bd09334d1ad868157221cd44257861dff20b1af6.zip | |
remove dead "using namespace boost::asio;" from rpcdump.cpp
Diffstat (limited to 'src/rpcdump.cpp')
| -rw-r--r-- | src/rpcdump.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp index 6fb0e3556..4c74e7f30 100644 --- a/src/rpcdump.cpp +++ b/src/rpcdump.cpp @@ -10,7 +10,6 @@ #define printf OutputDebugStringF -// using namespace boost::asio; using namespace json_spirit; using namespace std; |