From 4138e84af792462ac853e14a3f75d3dcd391aaaa Mon Sep 17 00:00:00 2001 From: Tudor Bosman Date: Sun, 1 Jul 2012 17:40:06 -0700 Subject: [PATCH] Remove unnecessary member variable. Test Plan: No Reviewed By: andrei.alexandrescu@fb.com FB internal diff: D509324 --- folly/Format.h | 1 - 1 file changed, 1 deletion(-) 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_; }; -- 2.34.1