From: Brett Simmers Date: Wed, 27 Mar 2013 20:14:37 +0000 (-0700) Subject: Remove an unused variable in FormatValue X-Git-Tag: v0.22.0~1021 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=900b4f9b7f143422487afd30713c803d1dc3a4f0;p=folly.git Remove an unused variable in FormatValue Test Plan: Built a program that uses it Reviewed By: tudorb@fb.com FB internal diff: D753460 --- diff --git a/folly/Format-inl.h b/folly/Format-inl.h index 831d3c82..c8c90418 100644 --- a/folly/Format-inl.h +++ b/folly/Format-inl.h @@ -562,8 +562,6 @@ class FormatValue { arg.precision = 6; } - bool done = false; - // 2+: for null terminator and optional sign shenanigans. char buf[2 + std::max({ (2 + DoubleToStringConverter::kMaxFixedDigitsBeforePoint +