removed unused variable
authorAndrew Tridgell <tridge@samba.org>
Mon, 17 Dec 2001 11:13:03 +0000 (11:13 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 17 Dec 2001 11:13:03 +0000 (11:13 +0000)
(This used to be commit bed269e6d4dc4c9622ec37f9a7e9e2b4dbbaee24)

source3/smbd/close.c

index 879c91a81a4e8757590d159b6e7c593ee4cba300..b6b619dd8ae8ca4a73537bd3455f07682ac65ff0 100644 (file)
@@ -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;