projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13692fc
)
Remove unnecessary member variable.
author
Tudor Bosman
<tudorb@fb.com>
Mon, 2 Jul 2012 00:40:06 +0000
(17:40 -0700)
committer
Tudor Bosman
<tudorb@fb.com>
Fri, 13 Jul 2012 23:27:46 +0000
(16:27 -0700)
Test Plan: No
Reviewed By: andrei.alexandrescu@fb.com
FB internal diff:
D509324
folly/Format.h
patch
|
blob
|
history
diff --git
a/folly/Format.h
b/folly/Format.h
index 1f5a58d1a4e858154b74a134f8982ab9518fecc5..ed0d8759b6859fe9d7bbe25a3789541c90073a5c 100644
(file)
--- a/
folly/Format.h
+++ b/
folly/Format.h
@@
-134,7
+134,6
@@
class Formatter {
return doFormatFrom<0>(i, arg, cb);
}
- bool containerMode_;
StringPiece str_;
ValueTuple values_;
};