summaryrefslogtreecommitdiff
path: root/host/commands/launch/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/launch/flags.h')
-rw-r--r--host/commands/launch/flags.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/host/commands/launch/flags.h b/host/commands/launch/flags.h
deleted file mode 100644
index 9ca6f584..00000000
--- a/host/commands/launch/flags.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-
-#include "host/libs/config/cuttlefish_config.h"
-
-vsoc::CuttlefishConfig* InitFilesystemAndCreateConfig(int* argc, char*** argv);
-std::string GetConfigFilePath(const vsoc::CuttlefishConfig& config);