diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2009-05-01 16:43:14 -0500 |
---|---|---|
committer | Mike Christie <michaelc@cs.wisc.edu> | 2009-05-01 16:43:14 -0500 |
commit | 2a9c6b5966d9453305fd1114550719981deb5548 (patch) | |
tree | 38f77cf56443fa805c5b4d23931c4c41ea566816 | |
parent | 8fb8d06a046d2093add3828b5100b122df46361c (diff) | |
download | open-iscsi-2a9c6b5966d9453305fd1114550719981deb5548.tar.gz |
iscsid: remove unused sysfs_file
sysfs_file is never used.
-rw-r--r-- | usr/iscsid.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/iscsid.c b/usr/iscsid.c index 0623d59..ea29bb2 100644 --- a/usr/iscsid.c +++ b/usr/iscsid.c @@ -53,8 +53,6 @@ static char program_name[] = "iscsid"; int control_fd, mgmt_ipc_fd; static pid_t log_pid; -extern char sysfs_file[]; - static struct option const long_options[] = { {"config", required_argument, NULL, 'c'}, {"initiatorname", required_argument, NULL, 'i'}, |