I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a3fa48dc authored by str4d's avatar str4d
Browse files

Removed dead code

parent 1112fc85
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,6 @@ public class Clock implements Timestamper.UpdateListener {
* @param offsetMs the delta from System.currentTimeMillis() (NOT the delta from now())
*/
public synchronized void setOffset(long offsetMs, boolean force) {
if (false) return;
long delta = offsetMs - _offset;
if (!force) {
if ((offsetMs > MAX_OFFSET) || (offsetMs < 0 - MAX_OFFSET)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment