summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-25 21:26:28 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-25 21:26:28 +0000
commit43eb6a2cf0df2966178f1c4c424f7ee27194c4d6 (patch)
tree01e716b2f06bd9b6b725513311274385c6be2f24
parentb1cfa09152968deb01c062c78970f56a38604bd1 (diff)
(SRCS): Delete add-ref.c and drop-ref.c.
-rw-r--r--libmom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmom/Makefile b/libmom/Makefile
index e5dd9883..04df2c9c 100644
--- a/libmom/Makefile
+++ b/libmom/Makefile
@@ -23,8 +23,8 @@ makemode := library
libname = libmom
-SRCS = add-ref.c allocate-address.c allocate-memory.c copy-ref.c \
- deallocate-memory.c drop-ref.c fetch-mach-port.c hash-ref.c \
+SRCS = allocate-address.c allocate-memory.c copy-ref.c \
+ deallocate-memory.c fetch-mach-port.c hash-ref.c \
mach-port-set.c make-memory-readonly.c make-memory-readwrite.c \
memory-init.c ref-destroy.c refs-identical.c reserve-memory.c \
reserve-memory-anywhere.c unreserve-memory.c unuse-memory.c \