From: Tudor Bosman Date: Mon, 2 Jul 2012 00:40:06 +0000 (-0700) Subject: Remove unnecessary member variable. X-Git-Tag: v0.22.0~1253 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4138e84af792462ac853e14a3f75d3dcd391aaaa;p=folly.git Remove unnecessary member variable. Test Plan: No Reviewed By: andrei.alexandrescu@fb.com FB internal diff: D509324 --- diff --git a/folly/Format.h b/folly/Format.h index 1f5a58d1..ed0d8759 100644 --- 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_; };