Skip to content

Commit 7491a76

Browse files
congwangsravnborg
authored andcommitted
FS: Remove dead code
Remove dead code in smbfs makefile. Cc: Al Viro <viro@www.linux.org.uk> Cc: Tim Shimmin <[email protected]> Signed-off-by: WANG Cong <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
1 parent abee8ed commit 7491a76

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

fs/smbfs/Makefile

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,3 @@ EXTRA_CFLAGS += -DSMBFS_PARANOIA
1616
#EXTRA_CFLAGS += -DDEBUG_SMB_TIMESTAMP
1717
#EXTRA_CFLAGS += -Werror
1818

19-
#
20-
# Maintainer rules
21-
#
22-
23-
# getopt.c not included. It is intentionally separate
24-
SRC = proc.c dir.c cache.c sock.c inode.c file.c ioctl.c smbiod.c request.c \
25-
symlink.c
26-
27-
proto:
28-
-rm -f proto.h
29-
@echo > proto2.h "/*"
30-
@echo >> proto2.h " * Autogenerated with cproto on: " `date`
31-
@echo >> proto2.h " */"
32-
@echo >> proto2.h ""
33-
@echo >> proto2.h "struct smb_request;"
34-
@echo >> proto2.h "struct sock;"
35-
@echo >> proto2.h "struct statfs;"
36-
@echo >> proto2.h ""
37-
cproto -E "gcc -E" -e -v -I $(TOPDIR)/include -DMAKING_PROTO -D__KERNEL__ $(SRC) >> proto2.h
38-
mv proto2.h proto.h

0 commit comments

Comments
 (0)