1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-21 03:03:02 +01:00

Remove a few unused imports & variables.

This commit is contained in:
gmcferrin
2013-01-08 10:50:37 -05:00
parent 1a2dfb9b19
commit 84994c2b2f
3 changed files with 0 additions and 6 deletions

View File

@@ -287,9 +287,6 @@ public class Database {
boolean isValid = false;
boolean exists = (connection != null);
// Initialized as needed later
long timestamp=0;
// If we're waiting for server to recover then leave early
if (nextReconnectTimestamp > 0 && nextReconnectTimestamp > System.nanoTime()) {
return false;