summaryrefslogtreecommitdiff
path: root/libstats/socket/benchmark/main.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-06-12 02:02:25 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-06-12 02:02:25 +0000
commit32ab56890a47c495101d3d1a689703bbbf70a43a (patch)
tree5b092c83c6621a20962220c59b80469bb3e607cb /libstats/socket/benchmark/main.cpp
parentfdfd8803870e2bde9eec85248cb55b076ab9bb33 (diff)
parent1c0720b7eca35c85990bbf240e937e82e8beb586 (diff)
Snap for 6582779 from 1c0720b7eca35c85990bbf240e937e82e8beb586 to sc-release
Change-Id: I697ccd0b9d9a9e46fc1a66ec85d75cfd610e49dd
Diffstat (limited to 'libstats/socket/benchmark/main.cpp')
-rw-r--r--libstats/socket/benchmark/main.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/libstats/socket/benchmark/main.cpp b/libstats/socket/benchmark/main.cpp
deleted file mode 100644
index 5ebdf6e9a5..0000000000
--- a/libstats/socket/benchmark/main.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright (C) 2019 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#include <benchmark/benchmark.h>
-
-BENCHMARK_MAIN();