summaryrefslogtreecommitdiffstats
path: root/tools/atree/options.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:14 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:14 -0800
commit05806d7af62e07c6225b2e7103a1b115ecf6c9ad (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /tools/atree/options.h
parent094268cf8cb37b9d904c8a1e3559cdd46d73cf66 (diff)
downloadreplicant_build-05806d7af62e07c6225b2e7103a1b115ecf6c9ad.zip
replicant_build-05806d7af62e07c6225b2e7103a1b115ecf6c9ad.tar.gz
replicant_build-05806d7af62e07c6225b2e7103a1b115ecf6c9ad.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'tools/atree/options.h')
-rw-r--r--tools/atree/options.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/atree/options.h b/tools/atree/options.h
deleted file mode 100644
index a227d0f..0000000
--- a/tools/atree/options.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef OPTIONS_H
-#define OPTIONS_H
-
-#include <string>
-#include <vector>
-
-using namespace std;
-
-extern vector<string> g_listFiles;
-extern vector<string> g_inputBases;
-extern string g_outputBase;
-extern bool g_useHardLinks;
-
-#endif // OPTIONS_H