projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed tabs and unneeded constructor
[invirt/third/libt4.git]
/
rpc
/
marshall.h
diff --git
a/rpc/marshall.h
b/rpc/marshall.h
index
0e0af8d
..
0fcbfaf
100644
(file)
--- 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)