diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-05-24 09:14:59 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2012-05-24 09:14:59 -0700 |
commit | 2ae4ad004a0fbb9774ce756573e9dde5bd35db7d (patch) | |
tree | e25c9552acba940a2613e3ee2d2fcd16ffa8afd0 | |
parent | ec9c9021336c5c0b6a7c0ad3cc4f8d563fe65f56 (diff) | |
parent | bd09334d1ad868157221cd44257861dff20b1af6 (diff) |
Merge pull request #1387 from Diapolo/rem_unused_rpcdump
remove dead "using namespace boost::asio;" from 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 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; |