projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b0c861
)
Remove empty #ifdef block.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 14 Jan 2009 21:18:30 +0000
(21:18 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 14 Jan 2009 21:18:30 +0000
(21:18 +0000)
src/port/thread.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/thread.c
b/src/port/thread.c
index 80c2b287df219fd2cdaa89ef83bb5d2b8aea3ace..20ee7d5a6fcd2603a035c7c02bf58b29fb64d186 100644
(file)
--- a/
src/port/thread.c
+++ b/
src/port/thread.c
@@
-15,8
+15,6
@@
#include "c.h"
#include <pwd.h>
-#if defined(FRONTEND) && defined(ENABLE_THREAD_SAFETY)
-#endif
/*