aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/proc.h')
-rw-r--r--src/include/storage/proc.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h
index db713d6524e..d9208949162 100644
--- a/src/include/storage/proc.h
+++ b/src/include/storage/proc.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: proc.h,v 1.3 1996/11/05 06:11:03 scrappy Exp $
+ * $Id: proc.h,v 1.4 1997/02/14 04:18:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,13 +15,6 @@
#include <storage/lock.h>
-#ifndef WIN32
-#else
-/* This is because WIN32 already defines PROC */
-#define PROC PGL_PROC
-#endif /* WIN32 */
-
-
typedef struct {
int sleeplock;
int semNum;