diff options
Diffstat (limited to 'epgsearchtools.c')
-rw-r--r-- | epgsearchtools.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/epgsearchtools.c b/epgsearchtools.c index 09ad7b3..7c09243 100644 --- a/epgsearchtools.c +++ b/epgsearchtools.c @@ -997,7 +997,6 @@ long getAddrFromString(const char* hostnameOrIp, struct sockaddr_in* addr) } } -#if VDRVERSNUM >= 10712 char *cCommand::result = NULL; cCommand::cCommand(void) @@ -1060,4 +1059,3 @@ const char *cCommand::Execute(const char *Parameters) esyslog("ERROR: can't open pipe for command '%s'", cmd); return result; } -#endif |