summaryrefslogtreecommitdiff
path: root/init/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'init/parser.h')
-rw-r--r--init/parser.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/init/parser.h b/init/parser.h
index 2f4108fd0..95b0cd76e 100644
--- a/init/parser.h
+++ b/init/parser.h
@@ -76,12 +76,6 @@ class Parser {
void AddSectionParser(const std::string& name, std::unique_ptr<SectionParser> parser);
void AddSingleLineParser(const std::string& prefix, LineCallback callback);
- // Compare all files */path.#rc and */path.rc with the same path prefix.
- // Keep the one with the highest # that doesn't exceed the system's SDK.
- // (.rc == .0rc for ranking purposes)
- std::vector<std::string> FilterVersionedConfigs(const std::vector<std::string>& configs,
- int active_sdk);
-
// Host init verifier check file permissions.
bool ParseConfigFileInsecure(const std::string& path);