summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Costan <costan@google.com>2021-03-08 17:21:22 +0000
committerVictor Costan <costan@google.com>2021-03-08 17:26:39 +0000
commit80a2a10c8c6584c7321ed5259da5251ae030ffa4 (patch)
tree43345ebed3166fd5796118ff8f4bd487fba9f381
parent453942b38fa3317c7580f1d8478bdcfd83ea6149 (diff)
downloadsnappy-git-80a2a10c8c6584c7321ed5259da5251ae030ffa4.tar.gz
Remove unused run_microbenchmarks flag.
PiperOrigin-RevId: 361582956
-rw-r--r--snappy-test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/snappy-test.cc b/snappy-test.cc
index cc39229..7eb490a 100644
--- a/snappy-test.cc
+++ b/snappy-test.cc
@@ -37,9 +37,6 @@
#include <iostream>
#include <string>
-DEFINE_bool(run_microbenchmarks, true,
- "Run microbenchmarks before doing anything else.");
-
namespace file {
OptionsStub::OptionsStub() = default;