summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-17 11:13:03 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-17 11:13:03 +0000
commited5db6cc45aa8535e589aaef0d9bcf1075713260 (patch)
tree7f9cf715016c2562c148821c5f3a23054462aa1b /source3/smbd/close.c
parent0be611c8dcab438674362773495417bd846e11f2 (diff)
downloadsamba-ed5db6cc45aa8535e589aaef0d9bcf1075713260.tar.gz
samba-ed5db6cc45aa8535e589aaef0d9bcf1075713260.tar.bz2
samba-ed5db6cc45aa8535e589aaef0d9bcf1075713260.zip
removed unused variable
(This used to be commit bed269e6d4dc4c9622ec37f9a7e9e2b4dbbaee24)
Diffstat (limited to 'source3/smbd/close.c')
-rw-r--r--source3/smbd/close.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/close.c b/source3/smbd/close.c
index 879c91a81a..b6b619dd8a 100644
--- a/source3/smbd/close.c
+++ b/source3/smbd/close.c
@@ -119,7 +119,6 @@ static int close_normal_file(files_struct *fsp, BOOL normal_close)
size_t share_entry_count = 0;
BOOL delete_on_close = False;
connection_struct *conn = fsp->conn;
- time_t pending_modtime = fsp->pending_modtime;
int err = 0;
int err1 = 0;