From: Martin Pool Date: Thu, 9 Nov 2000 09:45:19 +0000 (+0000) Subject: Drop dead variable. X-Git-Tag: mbp_bk_export0~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1960e2280cbc8ccc289078385adcab26ccb8f4dc;p=thirdparty%2Frsync.git Drop dead variable. --- 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) {