diff options
Diffstat (limited to 'src/cstore/cstore.hpp')
-rw-r--r-- | src/cstore/cstore.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cstore/cstore.hpp b/src/cstore/cstore.hpp index e22bb0d..9a41279 100644 --- a/src/cstore/cstore.hpp +++ b/src/cstore/cstore.hpp @@ -327,7 +327,6 @@ private: virtual void push_tmpl_path_tag() = 0; virtual string pop_tmpl_path() = 0; virtual void push_cfg_path(const string& path_comp) = 0; - virtual void push_cfg_path_val() = 0; virtual string pop_cfg_path() = 0; virtual void append_cfg_path(const vector<string>& path_comps) = 0; virtual void reset_paths() = 0; |