aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/config.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/config.hh')
-rw-r--r--src/libutil/config.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libutil/config.hh b/src/libutil/config.hh
index 082119dbe..3e232d224 100644
--- a/src/libutil/config.hh
+++ b/src/libutil/config.hh
@@ -83,12 +83,6 @@ public:
void applyConfig(const std::string & contents, const std::string & path = "<unknown>");
/**
- * Applies a nix configuration file
- * - path: the location of the config file to apply
- */
- void applyConfigFile(const Path & path);
-
- /**
* Resets the `overridden` flag of all Settings
*/
virtual void resetOverridden() = 0;