recompiled all servers

This commit is contained in:
2019-09-30 14:54:31 +02:00
parent ca054626e6
commit 2a40c7f48e
8 changed files with 5 additions and 7 deletions

View File

@ -359,7 +359,6 @@ int64_t getTimeLeft(enum timerIndex ind){
#ifdef VIRTUAL
return 0;
#endif
#ifdef VIRTUAL // until Firmware is there
int64_t retval = -1;
switch(ind){
@ -377,7 +376,6 @@ int64_t getTimeLeft(enum timerIndex ind){
FILE_LOG(logERROR, ("Remaining Timer index not implemented for this detector: %d\n", ind));
break;
}
#endif
return retval;
}