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 6f7485a..c936d0e 100644 --- a/epgsearchtools.c +++ b/epgsearchtools.c @@ -986,7 +986,6 @@ long getAddrFromString(const char* hostnameOrIp, struct sockaddr_in* addr) } } -#if VDRVERSNUM >= 10712 char *cCommand::result = NULL; cCommand::cCommand(void) @@ -1049,4 +1048,3 @@ const char *cCommand::Execute(const char *Parameters) esyslog("ERROR: can't open pipe for command '%s'", cmd); return result; } -#endif |