From 1960e2280cbc8ccc289078385adcab26ccb8f4dc Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 9 Nov 2000 09:45:19 +0000 Subject: [PATCH] Drop dead variable. --- util.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/util.c b/util.c index 1752faeb..48935cc4 100644 --- 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) { -- 2.34.1