From 900b4f9b7f143422487afd30713c803d1dc3a4f0 Mon Sep 17 00:00:00 2001 From: Brett Simmers Date: Wed, 27 Mar 2013 13:14:37 -0700 Subject: [PATCH] Remove an unused variable in FormatValue Test Plan: Built a program that uses it Reviewed By: tudorb@fb.com FB internal diff: D753460 --- folly/Format-inl.h | 2 -- 1 file changed, 2 deletions(-) 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 + -- 2.34.1