Remove unused BAD_LOCATION definition.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 25 Jun 2007 17:12:07 +0000 (17:12 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 25 Jun 2007 17:12:07 +0000 (17:12 +0000)
src/include/storage/shmem.h

index c9945dbb84400ae7abd63c4850a7cb74128afb41..b591962417ff68622b2ae67a984124d76cbe5c01 100644 (file)
@@ -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.