Removed tabs and unneeded constructor
[invirt/third/libt4.git] / rpc / marshall.h
index 0e0af8d..0fcbfaf 100644 (file)
@@ -54,7 +54,6 @@ class unmarshall {
         bool ok_ = false;
 
     public:
-        unmarshall() {}
         unmarshall(const string &s, bool has_header)
             : buf_(s),index_(RPC_HEADER_SZ) {
             if (!has_header)