aboutsummaryrefslogtreecommitdiff
path: root/src/rpcdump.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-24 18:13:03 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-24 18:13:03 +0200
commitbd09334d1ad868157221cd44257861dff20b1af6 (patch)
tree3277784fdeb98641716a3b2effddc1ae02bcec1b /src/rpcdump.cpp
parent8e154e4d742530f0836a4e5fedd2b086f51499eb (diff)
downloadbitcoin-bd09334d1ad868157221cd44257861dff20b1af6.tar.xz
remove dead "using namespace boost::asio;" from rpcdump.cpp
Diffstat (limited to 'src/rpcdump.cpp')
-rw-r--r--src/rpcdump.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp
index 6fb0e35569..4c74e7f30f 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;