summaryrefslogtreecommitdiff
path: root/innobase/os/Makefile.am
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2004-05-17 10:49:01 +0300
committerunknown <marko@hundin.mysql.fi>2004-05-17 10:49:01 +0300
commitc004463171bf107b3903977ef02e1e098993ea70 (patch)
tree64d56b95ad853610566dba3758bacabcbcaf1c2b /innobase/os/Makefile.am
parentfa163d0ba5f5fc22dbadbd66255879ceeb895c27 (diff)
downloadmariadb-git-c004463171bf107b3903977ef02e1e098993ea70.tar.gz
InnoDB: Remove unused module os0shm
BitKeeper/deleted/.del-os0shm.h~72e5e03d7b74061f: Delete: innobase/include/os0shm.h BitKeeper/deleted/.del-os0shm.c~489ce7f33d07ffa: Delete: innobase/os/os0shm.c BitKeeper/deleted/.del-os0shm.ic~1cac6731d2a64d53: Delete: innobase/include/os0shm.ic innobase/include/Makefile.am: Remove unused files os0shm.h and os0shm.ic innobase/os/Makefile.am: Remove unused file os0shm.c innobase/os/makefilewin: Remove unused file os0shm.c
Diffstat (limited to 'innobase/os/Makefile.am')
-rw-r--r--innobase/os/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/os/Makefile.am b/innobase/os/Makefile.am
index 132ce07c83b..3b09a10efb5 100644
--- a/innobase/os/Makefile.am
+++ b/innobase/os/Makefile.am
@@ -19,7 +19,7 @@ include ../include/Makefile.i
noinst_LIBRARIES = libos.a
-libos_a_SOURCES = os0proc.c os0shm.c os0sync.c os0thread.c os0file.c
+libos_a_SOURCES = os0proc.c os0sync.c os0thread.c os0file.c
EXTRA_PROGRAMS =