aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CommonLibs/Interthread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/CommonLibs/Interthread.h b/CommonLibs/Interthread.h
index 66839d9..023ac14 100644
--- a/CommonLibs/Interthread.h
+++ b/CommonLibs/Interthread.h
@@ -95,7 +95,6 @@ template <class T> class InterthreadQueue {
/**
Blocking read with a timeout.
- Watch for timing inversion deadlocks -kurtis
@param timeout The read timeout in ms.
@return Pointer to object or NULL on timeout.
*/