diff options
author | unknown <marko@hundin.mysql.fi> | 2004-05-17 10:49:01 +0300 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2004-05-17 10:49:01 +0300 |
commit | c004463171bf107b3903977ef02e1e098993ea70 (patch) | |
tree | 64d56b95ad853610566dba3758bacabcbcaf1c2b /innobase/os/Makefile.am | |
parent | fa163d0ba5f5fc22dbadbd66255879ceeb895c27 (diff) | |
download | mariadb-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.am | 2 |
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 = |