summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-10 12:54:18 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-10 12:54:18 +0000
commit08de67ced40d563ee468f40faa81a88f12a1ecc1 (patch)
tree3fa5944e8751c449c0599da55ab35e64578c2add
parent0ec1072e0143952139be64e8001582eadcc9f60e (diff)
downloadsamba-08de67ced40d563ee468f40faa81a88f12a1ecc1.tar.gz
samba-08de67ced40d563ee468f40faa81a88f12a1ecc1.tar.xz
samba-08de67ced40d563ee468f40faa81a88f12a1ecc1.zip
removed the read prediction code from the head branch. I think the
idea is fundamentally flawed anyway and it has been disabled for a long time.
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index e61dbe1c174..218ba5feac0 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -154,7 +154,7 @@ PROFILE_OBJ = profile/profile.o
SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/dfree.o smbd/dir.o smbd/password.o smbd/conn.o smbd/fileio.o \
smbd/ipc.o smbd/mangle.o smbd/negprot.o \
- smbd/message.o smbd/nttrans.o smbd/pipes.o smbd/predict.o \
+ smbd/message.o smbd/nttrans.o smbd/pipes.o \
smbd/$(QUOTAOBJS) smbd/reply.o smbd/trans2.o smbd/uid.o \
smbd/dosmode.o smbd/filename.o smbd/open.o smbd/close.o smbd/blocking.o \
smbd/vfs.o smbd/vfs-wrap.o \