aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/bit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/bit.h')
-rw-r--r--src/include/utils/bit.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/utils/bit.h b/src/include/utils/bit.h
index 1587b2410c9..1c4443cdd07 100644
--- a/src/include/utils/bit.h
+++ b/src/include/utils/bit.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: bit.h,v 1.7 2000/01/26 05:58:37 momjian Exp $
+ * $Id: bit.h,v 1.8 2000/08/20 19:31:37 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -17,8 +17,6 @@
typedef bits8 *BitArray;
typedef uint32 BitIndex;
-#define BitsPerByte 8
-
/*
* BitArraySetBit
* Sets (to 1) the value of a bit in a bit array.