diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2011-03-02 18:53:27 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2011-03-02 18:53:27 -0800 |
commit | 92a6e0844ffd1614eb30ae093d3e6e7e5540321f (patch) | |
tree | bd5e3aea16606d248cd010a7a3b3c883907d2af1 /src/common/common.h | |
parent | 521e99d155759a80b2b97c6d5b827d490426c0b6 (diff) | |
download | vyatta-cfg-92a6e0844ffd1614eb30ae093d3e6e7e5540321f.tar.gz vyatta-cfg-92a6e0844ffd1614eb30ae093d3e6e7e5540321f.zip |
clean up commit dead code etc. etc. etc.
Diffstat (limited to 'src/common/common.h')
-rw-r--r-- | src/common/common.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/common/common.h b/src/common/common.h index 1a323ee..9115967 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -8,9 +8,6 @@ extern "C" { #endif -boolean -execute(char *cmd); - /** * **/ @@ -36,7 +33,8 @@ void common_set_context(char *cpath, char *dpath); /** - * sets system parent context for operation (i.e. hack for unionfs implementation) + * sets system parent context for operation (i.e. hack for unionfs + * implementation) **/ void common_set_parent_context(char *cpath, char *dpath); |