aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/win32_sema.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/port/win32_sema.c')
-rw-r--r--src/backend/port/win32_sema.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/port/win32_sema.c b/src/backend/port/win32_sema.c
index f08fbd16908..013c122451d 100644
--- a/src/backend/port/win32_sema.c
+++ b/src/backend/port/win32_sema.c
@@ -127,7 +127,6 @@ PGSemaphoreReset(PGSemaphore sema)
* PGSemaphoreLock
*
* Lock a semaphore (decrement count), blocking if count would be < 0.
- * Serve the interrupt if interruptOK is true.
*/
void
PGSemaphoreLock(PGSemaphore sema)