X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/be7cf844f59fa483423724e8e4b5e663e5b88ddd..16e7c282c6fcec8189425bd15ec9e8a4a0ee857d:/rpc/marshall.h diff --git a/rpc/marshall.h b/rpc/marshall.h index 0e0af8d..0fcbfaf 100644 --- a/rpc/marshall.h +++ b/rpc/marshall.h @@ -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)