summaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
authorBruce Momjian1999-05-26 12:57:23 +0000
committerBruce Momjian1999-05-26 12:57:23 +0000
commit278bbf4572996e4097eac0c0d169dea1616ad0b6 (patch)
tree240f44ee8338d26ad0ff7ce8d8e9733a0e3880df /src/include/access
parent180186272ac16c74d2a822fee3878e576f265d08 (diff)
Make functions static or NOT_USED as appropriate.
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/valid.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/access/valid.h b/src/include/access/valid.h
index a340bb78da3..7728eadc0d6 100644
--- a/src/include/access/valid.h
+++ b/src/include/access/valid.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: valid.h,v 1.17 1999/02/13 23:20:59 momjian Exp $
+ * $Id: valid.h,v 1.18 1999/05/26 12:56:15 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -146,6 +146,4 @@ do \
} \
} while (0)
-extern bool TupleUpdatedByCurXactAndCmd(HeapTuple t);
-
#endif /* VALID_H */