From 06a6c5829116d97fe9ab54801488d2945643fe0d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 27 Oct 2017 11:55:45 +0200 Subject: Regression fix for f855b3b6. Caused FTBFS with Loop.cpp:2669:0: error: unterminated #ifdef (#ifdef TIME). --- nxcomp/src/Loop.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp index e6c6805b2..72e46f773 100644 --- a/nxcomp/src/Loop.cpp +++ b/nxcomp/src/Loop.cpp @@ -2666,7 +2666,6 @@ int NXTransSelect(int *resultFDs, int *errorFDs, int *setFDs, fd_set *readSet, fd_set *writeSet, struct timeval *selectTs) { int diffTs; - #ifdef TIME static T_timestamp lastTs; -- cgit v1.2.3