folly: fix clang build with -Wunused-const-variable
authorIgor Sugak <sugak@fb.com>
Fri, 29 Jan 2016 23:33:50 +0000 (15:33 -0800)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Sat, 30 Jan 2016 00:20:44 +0000 (16:20 -0800)
commit225af552d5457a522d8ff63e0a0dfe5e43a58974
tree35d25c5bb6c47b32bc741a7f0230a0530aa5170d
parent2a8d81aca18907b231071b154764686b89d20f99
folly: fix clang build with -Wunused-const-variable

Summary: Fix a few unused const variables exposed by clang's `-Wunused-const-variable`.

Reviewed By: yfeldblum

Differential Revision: D2878944

fb-gh-sync-id: f5500fda4782eac2964761c0398d016d57716269
folly/experimental/test/BitVectorCodingTest.cpp
folly/experimental/test/EliasFanoCodingTest.cpp
folly/io/async/EventBase.cpp
folly/test/FBStringBenchmark.cpp
folly/test/FBVectorBenchmark.cpp
folly/test/FBVectorTest.cpp