about summary refs log tree commit diff
path: root/third_party/glog/src/package_config_unittest/working_config/glog_package_config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/glog/src/package_config_unittest/working_config/glog_package_config.cc')
-rw-r--r--third_party/glog/src/package_config_unittest/working_config/glog_package_config.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/glog/src/package_config_unittest/working_config/glog_package_config.cc b/third_party/glog/src/package_config_unittest/working_config/glog_package_config.cc
deleted file mode 100644
index b7b5cf6c66..0000000000
--- a/third_party/glog/src/package_config_unittest/working_config/glog_package_config.cc
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <glog/logging.h>
-
-int main(int /*argc*/, char** argv)
-{
-    google::InitGoogleLogging(argv[0]);
-}