summaryrefslogtreecommitdiff
path: root/src/cstore/cstore-c.cpp
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2011-02-28 18:25:01 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2011-02-28 18:25:01 -0800
commit24b3de8987f622b349cbe14dca99594f2c279902 (patch)
tree32d2b36144872943726b00ea63c274c0f7107933 /src/cstore/cstore-c.cpp
parent2d0d7bc61e12779a56272f82bc66044a5580e778 (diff)
downloadvyatta-cfg-24b3de8987f622b349cbe14dca99594f2c279902.tar.gz
vyatta-cfg-24b3de8987f622b349cbe14dca99594f2c279902.zip
add config template abstraction
Diffstat (limited to 'src/cstore/cstore-c.cpp')
-rw-r--r--src/cstore/cstore-c.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/cstore/cstore-c.cpp b/src/cstore/cstore-c.cpp
index 50828c4..06f0067 100644
--- a/src/cstore/cstore-c.cpp
+++ b/src/cstore/cstore-c.cpp
@@ -60,19 +60,6 @@ cstore_validate_tmpl_path(void *handle, const char *path_comps[],
}
int
-cstore_validate_tmpl_path_d(void *handle, const char *path_comps[],
- int num_comps, int validate_tags, vtw_def *def)
-{
- if (handle) {
- vector<string> vs;
- _get_str_vec(vs, path_comps, num_comps);
- Cstore *cs = (Cstore *) handle;
- return (cs->validateTmplPath(vs, validate_tags, *def) ? 1 : 0);
- }
- return 0;
-}
-
-int
cstore_cfg_path_exists(void *handle, const char *path_comps[], int num_comps)
{
if (handle) {