diff options
author | Nathan Angelacos <nangel@alpinelinux.org> | 2007-09-22 17:24:38 +0000 |
---|---|---|
committer | Nathan Angelacos <nangel@alpinelinux.org> | 2007-09-22 17:24:38 +0000 |
commit | d57abcf87f74fe83c2add23b5b38530960b854d5 (patch) | |
tree | 1df868417f6a0ff58294fc1ad292ab52224dfc7b /src/h_bash.c | |
parent | 9f67767d2a09460155382d885043413d99018e8f (diff) | |
download | haserl-d57abcf87f74fe83c2add23b5b38530960b854d5.tar.bz2 haserl-d57abcf87f74fe83c2add23b5b38530960b854d5.tar.xz |
Merged in Comment code
Diffstat (limited to 'src/h_bash.c')
-rw-r--r-- | src/h_bash.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/h_bash.c b/src/h_bash.c index 7f6d149..80494e8 100644 --- a/src/h_bash.c +++ b/src/h_bash.c @@ -43,10 +43,6 @@ #include "h_script.h" #include "haserl.h" -#ifdef DEBUG -#include <syslog.h> -#endif - /* Local subshell variables */ static int subshell_pipe[2]; static int subshell_pid; |