summaryrefslogtreecommitdiff
path: root/src/cstore/cstore-varref.cpp
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2011-05-20 09:42:14 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2011-05-20 09:42:14 -0700
commit6e5d5813b296a08aead2bb92591ddedf88483c1b (patch)
tree941ca297a688f918a325449fa6e12eccbb81f449 /src/cstore/cstore-varref.cpp
parentd8527cba4e371552991f435e97aa02e05501f064 (diff)
downloadvyatta-cfg-6e5d5813b296a08aead2bb92591ddedf88483c1b.tar.gz
vyatta-cfg-6e5d5813b296a08aead2bb92591ddedf88483c1b.zip
update comment, fix typo, etc.
Diffstat (limited to 'src/cstore/cstore-varref.cpp')
-rw-r--r--src/cstore/cstore-varref.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cstore/cstore-varref.cpp b/src/cstore/cstore-varref.cpp
index 46dba23..f4a6918 100644
--- a/src/cstore/cstore-varref.cpp
+++ b/src/cstore/cstore-varref.cpp
@@ -296,9 +296,6 @@ Cstore::VarRef::getValue(string& value, vtw_type_e& def_type)
bool
Cstore::VarRef::getSetPath(Cpath& path_comps)
{
- /* XXX this function is currently unused and untested. see setVarRef()
- * in Cstore for more information.
- */
if (_paths.size() != 1) {
// for set_var_ref operation, there can be only one path.
return false;