Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1327a0b

Browse files
committed
Remove empty #ifdef block.
1 parent 8ae6b4c commit 1327a0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/port/thread.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@
77
*
88
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
99
*
10-
* $PostgreSQL: pgsql/src/port/thread.c,v 1.40 2009/01/01 17:24:04 momjian Exp $
10+
* $PostgreSQL: pgsql/src/port/thread.c,v 1.41 2009/01/14 21:18:30 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414

1515
#include "c.h"
1616

1717
#include <pwd.h>
18-
#if defined(FRONTEND) && defined(ENABLE_THREAD_SAFETY)
19-
#endif
2018

2119

2220
/*

0 commit comments

Comments
 (0)