Commit a03e8ad2 authored by Alvaro Herrera's avatar Alvaro Herrera

Remove unused BAD_LOCATION definition.

parent bae0b568
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * 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 @@ ...@@ -28,7 +28,6 @@
typedef unsigned long SHMEM_OFFSET; typedef unsigned long SHMEM_OFFSET;
#define INVALID_OFFSET (-1) #define INVALID_OFFSET (-1)
#define BAD_LOCATION (-1)
/* /*
* Start of the primary shared memory region, in this process' address space. * Start of the primary shared memory region, in this process' address space.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment