diff options
Diffstat (limited to 'init/service_parser.h')
-rw-r--r-- | init/service_parser.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init/service_parser.h b/init/service_parser.h index 5ad26ef6c..bca07390b 100644 --- a/init/service_parser.h +++ b/init/service_parser.h @@ -81,9 +81,6 @@ class ServiceParser : public SectionParser { Result<void> ParseWritepid(std::vector<std::string>&& args); Result<void> ParseUpdatable(std::vector<std::string>&& args); - template <typename T> - Result<void> AddDescriptor(std::vector<std::string>&& args); - bool IsValidName(const std::string& name) const; ServiceList* service_list_; |