diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-27 11:55:45 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-27 11:55:45 +0200 |
commit | 06a6c5829116d97fe9ab54801488d2945643fe0d (patch) | |
tree | 4f4c1b6af1f90ccc15ac69483a450d9396624033 /nxcomp/src | |
parent | 2e4f9e7a9a4d654040da8ba296ce8b0d312bba93 (diff) | |
download | nx-libs-06a6c5829116d97fe9ab54801488d2945643fe0d.tar.gz nx-libs-06a6c5829116d97fe9ab54801488d2945643fe0d.tar.bz2 nx-libs-06a6c5829116d97fe9ab54801488d2945643fe0d.zip |
Regression fix for f855b3b6. Caused FTBFS with Loop.cpp:2669:0: error: unterminated #ifdef (#ifdef TIME).
Diffstat (limited to 'nxcomp/src')
-rw-r--r-- | nxcomp/src/Loop.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |