Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0481f3f

Browse files
committed
Remove bit.c/h routines. Not used anymore.
1 parent fb715e0 commit 0481f3f

File tree

3 files changed

+2
-81
lines changed

3 files changed

+2
-81
lines changed

src/backend/lib/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
# Makefile for lib (miscellaneous stuff)
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.16 2001/10/05 17:28:12 tgl Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.17 2003/01/09 01:23:55 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
subdir = src/backend/lib
1212
top_builddir = ../../..
1313
include $(top_builddir)/src/Makefile.global
1414

15-
OBJS = bit.o dllist.o lispsort.o stringinfo.o
15+
OBJS = dllist.o lispsort.o stringinfo.o
1616

1717
all: SUBSYS.o
1818

src/backend/lib/bit.c

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/include/utils/bit.h

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)