summaryrefslogtreecommitdiff
path: root/src/common/common.c
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2011-03-02 18:53:27 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2011-03-02 18:53:27 -0800
commit92a6e0844ffd1614eb30ae093d3e6e7e5540321f (patch)
treebd5e3aea16606d248cd010a7a3b3c883907d2af1 /src/common/common.c
parent521e99d155759a80b2b97c6d5b827d490426c0b6 (diff)
downloadvyatta-cfg-92a6e0844ffd1614eb30ae093d3e6e7e5540321f.tar.gz
vyatta-cfg-92a6e0844ffd1614eb30ae093d3e6e7e5540321f.zip
clean up commit dead code etc. etc. etc.
Diffstat (limited to 'src/common/common.c')
-rw-r--r--src/common/common.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/common/common.c b/src/common/common.c
deleted file mode 100644
index 6cdf3e7..0000000
--- a/src/common/common.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <glib-2.0/glib.h>
-#include "common.h"
-
-
-
-
-boolean
-execute(char *cmd)
-{
- return TRUE;
-}