diff options
author | Elliott Hughes <enh@google.com> | 2015-04-03 09:06:52 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-04-03 09:06:52 -0700 |
commit | e2837a9107f8a68a790908d609c0c8dab17d7bdd (patch) | |
tree | 2a735722d276e4642b4c9dab6d8feca9f8ee8f3f /init/init_parser.cpp | |
parent | 691b44f55f8046c1464c31961182d8ff647697e2 (diff) |
Remove execonce.
Use 'exec' instead.
Change-Id: I1320d1971f7cd8b23753c27aa87089006e112a11
Diffstat (limited to 'init/init_parser.cpp')
-rw-r--r-- | init/init_parser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/init_parser.cpp b/init/init_parser.cpp index 593f0c56b..af935d715 100644 --- a/init/init_parser.cpp +++ b/init/init_parser.cpp @@ -138,7 +138,6 @@ static int lookup_keyword(const char *s) case 'e': if (!strcmp(s, "nable")) return K_enable; if (!strcmp(s, "xec")) return K_exec; - if (!strcmp(s, "xeconce")) return K_execonce; if (!strcmp(s, "xport")) return K_export; break; case 'g': |