Commit 3be65bf0 authored by Marc Horowitz's avatar Marc Horowitz Committed by woo

remove unused variable

Test Plan: search, and fbmake

Reviewed By: delyank@fb.com

Subscribers: trunkagent, folly-diffs@, yfeldblum, chalfant

FB internal diff: D2093523

Signature: t1:2093523:1432249208:84a27e2328636c2aafe43412f61a693b5645b895
parent 79e29a6c
...@@ -287,7 +287,6 @@ void insertThousandsGroupingUnsafe(char* start_buffer, char** end_buffer) { ...@@ -287,7 +287,6 @@ void insertThousandsGroupingUnsafe(char* start_buffer, char** end_buffer) {
uint32_t buffer_read_index = remaining_digits - 1; uint32_t buffer_read_index = remaining_digits - 1;
start_buffer[buffer_write_index + 1] = 0; start_buffer[buffer_write_index + 1] = 0;
uint32_t count = 0;
bool done = false; bool done = false;
uint32_t next_group_size = 3; uint32_t next_group_size = 3;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment