summaryrefslogtreecommitdiff
path: root/src/include/utils
diff options
context:
space:
mode:
authorTom Lane2000-08-20 19:31:37 +0000
committerTom Lane2000-08-20 19:31:37 +0000
commitd594eecde227614b7e5d4e37d99ab20cb6911667 (patch)
tree92c3f7501d1ac7e8f3d3c90fd5474e984cc66c58 /src/include/utils
parent81ddc46c8c795abf582b3b87e0dd1d639673399c (diff)
Standardize on just one spelling of BITSPERBYTE.
Diffstat (limited to 'src/include/utils')
-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.