Commit 06a6c582 authored by Mike Gabriel's avatar Mike Gabriel

Regression fix for f855b3b6. Caused FTBFS with Loop.cpp:2669:0: error:…

Regression fix for f855b3b6. Caused FTBFS with Loop.cpp:2669:0: error: unterminated #ifdef (#ifdef TIME).
parent 2e4f9e7a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment