From 5bf750ce5d254cc85790adefccbff78277019353 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 13 Aug 2008 16:01:14 +0000 Subject: some cleanup --- sources/protocols/implementations/VSBerkelyTimeProtocol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/protocols/implementations/VSBerkelyTimeProtocol.java') diff --git a/sources/protocols/implementations/VSBerkelyTimeProtocol.java b/sources/protocols/implementations/VSBerkelyTimeProtocol.java index 1b8b6fc..1b69b72 100644 --- a/sources/protocols/implementations/VSBerkelyTimeProtocol.java +++ b/sources/protocols/implementations/VSBerkelyTimeProtocol.java @@ -206,7 +206,7 @@ public class VSBerkelyTimeProtocol extends VSAbstractProtocol { return; long timeDiff = recvMessage.getLong("timeDiff"); - long recvTime = process.getTime(); + //long recvTime = process.getTime(); long newTime = process.getTime() + timeDiff; log("Neue Zeit: " + newTime); -- cgit v1.2.3