diff options
author | unknown <marko@hundin.mysql.fi> | 2004-05-17 11:11:26 +0300 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2004-05-17 11:11:26 +0300 |
commit | 29f480c504042ebe19dd88be2c885874667ad654 (patch) | |
tree | 46e883f7284e2f0dee5b7a484cf4662bf2499dd5 /innobase/include/Makefile.am | |
parent | c004463171bf107b3903977ef02e1e098993ea70 (diff) | |
download | mariadb-git-29f480c504042ebe19dd88be2c885874667ad654.tar.gz |
InnoDB: Remove unused module sync0ipm
BitKeeper/deleted/.del-sync0ipm.c~48eb5196b6819734:
Delete: innobase/sync/sync0ipm.c
BitKeeper/deleted/.del-sync0ipm.h~92a27f3bd9b15164:
Delete: innobase/include/sync0ipm.h
BitKeeper/deleted/.del-sync0ipm.ic~2024167f6418de39:
Delete: innobase/include/sync0ipm.ic
innobase/sync/makefilewin:
Remove unused file sync0ipm.c
innobase/include/Makefile.am:
Remove unused files sync0ipm.h and sync0ipm.ic
innobase/sync/Makefile.am:
Remove unused file sync0ipm.c
Diffstat (limited to 'innobase/include/Makefile.am')
-rw-r--r-- | innobase/include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/Makefile.am b/innobase/include/Makefile.am index 0a9aa928998..102d25566da 100644 --- a/innobase/include/Makefile.am +++ b/innobase/include/Makefile.am @@ -44,7 +44,7 @@ noinst_HEADERS = btr0btr.h btr0btr.ic btr0cur.h btr0cur.ic \ row0types.h row0uins.h row0uins.ic row0umod.h row0umod.ic \ row0undo.h row0undo.ic row0upd.h row0upd.ic row0vers.h \ row0vers.ic srv0que.h srv0srv.h srv0srv.ic srv0start.h \ - sync0arr.h sync0arr.ic sync0ipm.h sync0ipm.ic sync0rw.h \ + sync0arr.h sync0arr.ic sync0rw.h \ sync0rw.ic sync0sync.h sync0sync.ic sync0types.h \ thr0loc.h thr0loc.ic trx0purge.h trx0purge.ic trx0rec.h \ trx0rec.ic trx0roll.h trx0roll.ic trx0rseg.h trx0rseg.ic \ |