From 80a2a10c8c6584c7321ed5259da5251ae030ffa4 Mon Sep 17 00:00:00 2001 From: Victor Costan Date: Mon, 8 Mar 2021 17:21:22 +0000 Subject: Remove unused run_microbenchmarks flag. PiperOrigin-RevId: 361582956 --- snappy-test.cc | 3 --- 1 file changed, 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 #include -DEFINE_bool(run_microbenchmarks, true, - "Run microbenchmarks before doing anything else."); - namespace file { OptionsStub::OptionsStub() = default; -- cgit v1.2.1