Drop dead variable.
authorMartin Pool <mbp@samba.org>
Thu, 9 Nov 2000 09:45:19 +0000 (09:45 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 9 Nov 2000 09:45:19 +0000 (09:45 +0000)
util.c

diff --git a/util.c b/util.c
index 1752fae..48935cc 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,6 +1,7 @@
-/* 
-   Copyright (C) Andrew Tridgell 1996
-   Copyright (C) Paul Mackerras 1996
+/*  -*- c-file-style: "linux" -*-
+    
+    Copyright (C) 1996-2000 by Andrew Tridgell 
+    Copyright (C) Paul Mackerras 1996
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -963,7 +964,6 @@ void msleep(int t)
  *******************************************************************/
 int cmp_modtime(time_t file1, time_t file2)
 {
-       time_t diff;
        extern int modify_window;
 
        if (file2 > file1) {