Remove empty #ifdef block.

This commit is contained in:
Bruce Momjian 2009-01-14 21:18:30 +00:00
parent 8ae6b4c49f
commit 1327a0bc06
1 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/port/thread.c,v 1.40 2009/01/01 17:24:04 momjian Exp $
* $PostgreSQL: pgsql/src/port/thread.c,v 1.41 2009/01/14 21:18:30 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -15,8 +15,6 @@
#include "c.h"
#include <pwd.h>
#if defined(FRONTEND) && defined(ENABLE_THREAD_SAFETY)
#endif
/*