aboutsummaryrefslogtreecommitdiff
path: root/src/scoville.cc
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2016-02-13 20:04:45 -0500
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2016-02-13 20:04:45 -0500
commit6eac94633434f7b84151cec8cf11d35e07e3ff81 (patch)
treef4f02574b83abc078642c672eebf423256f008cd /src/scoville.cc
parent34eb0db1e04cbfc0504c239a151247334f1bb0a8 (diff)
Implement enough to get ls to work
Diffstat (limited to 'src/scoville.cc')
-rw-r--r--src/scoville.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/scoville.cc b/src/scoville.cc
index db39ee8..054a6cd 100644
--- a/src/scoville.cc
+++ b/src/scoville.cc
@@ -19,10 +19,6 @@
#include "operations.h"
-namespace {
-
-} // namespace
-
int main(const int argc, char* argv[]) {
FLAGS_logtostderr = true;
google::InstallFailureSignalHandler();