diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2011-01-27 12:07:44 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2011-01-27 12:07:44 -0800 |
commit | fa99a35967bcaf6a42bd58bcb2808769d4223a50 (patch) | |
tree | fc0a107b2a7c861adf5aceb2bdff55430a0980e0 /src/cstore/cstore.hpp | |
parent | 617a9b3c8915f1e9934bd9a0e0272fafb9c31d59 (diff) | |
download | vyatta-cfg-fa99a35967bcaf6a42bd58bcb2808769d4223a50.tar.gz vyatta-cfg-fa99a35967bcaf6a42bd58bcb2808769d4223a50.zip |
rework/simplify path handling
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; |