about summary refs log tree commit homepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-07-03 07:32:52 +0000
committerEric Wong <normalperson@yhbt.net>2013-07-10 00:56:22 +0000
commitb600fc854d2a813dc7cf08eb58590ada90db4c02 (patch)
tree7ddfd78ce312179e50d39fd1bbfdb439fab5df79 /Makefile.am
parent013e903340a75b12523bd795d15fe5f23d725be9 (diff)
downloadcmogstored-b600fc854d2a813dc7cf08eb58590ada90db4c02.tar.gz
This allows us to avoid a redundant hash lookup every time we
"activate" an open file for reading or writing.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b24b7b..494bfa8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,6 @@ mog_src += fdmap.h
 mog_src += file.c
 mog_src += fs.c
 mog_src += fs.h
-mog_src += fsck_queue.c
 mog_src += gcc.h
 mog_src += http.c
 mog_src += http.h