diff options
author | Alvaro Herrera | 2007-06-25 17:12:07 +0000 |
---|---|---|
committer | Alvaro Herrera | 2007-06-25 17:12:07 +0000 |
commit | a03e8ad266566dfeacd354488a9de15fe6080b64 (patch) | |
tree | 68a466280cda57a9afc959fb0a2e6eb5d4a34f0b | |
parent | bae0b56880f5187c3e75bb8bcb4f04da6b6bbc4f (diff) |
Remove unused BAD_LOCATION definition.
-rw-r--r-- | src/include/storage/shmem.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/storage/shmem.h b/src/include/storage/shmem.h index 200d49f5c94..80565c17240 100644 --- a/src/include/storage/shmem.h +++ b/src/include/storage/shmem.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.50 2007/01/05 22:19:58 momjian Exp $ + * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.51 2007/06/25 17:12:07 alvherre Exp $ * *------------------------------------------------------------------------- */ @@ -28,7 +28,6 @@ typedef unsigned long SHMEM_OFFSET; #define INVALID_OFFSET (-1) -#define BAD_LOCATION (-1) /* * Start of the primary shared memory region, in this process' address space. |