From 86878d5b100af24b3d6b71d134da272ab84f54b2 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sat, 17 Jan 2015 15:54:51 -0800 Subject: [PATCH] Nuke some old classes that didn't make any sense --- .../com/github/lookout/verspaetung/zk/PlainOffset.groovy | 4 ---- .../github/lookout/verspaetung/zk/PlainOffsetSpec.groovy | 6 ------ 2 files changed, 10 deletions(-) delete mode 100644 src/main/groovy/com/github/lookout/verspaetung/zk/PlainOffset.groovy delete mode 100644 src/test/groovy/com/github/lookout/verspaetung/zk/PlainOffsetSpec.groovy diff --git a/src/main/groovy/com/github/lookout/verspaetung/zk/PlainOffset.groovy b/src/main/groovy/com/github/lookout/verspaetung/zk/PlainOffset.groovy deleted file mode 100644 index 0034079..0000000 --- a/src/main/groovy/com/github/lookout/verspaetung/zk/PlainOffset.groovy +++ /dev/null @@ -1,4 +0,0 @@ -package com.github.lookout.verspaetung.zk - -class PlainOffset { -} diff --git a/src/test/groovy/com/github/lookout/verspaetung/zk/PlainOffsetSpec.groovy b/src/test/groovy/com/github/lookout/verspaetung/zk/PlainOffsetSpec.groovy deleted file mode 100644 index 85aa766..0000000 --- a/src/test/groovy/com/github/lookout/verspaetung/zk/PlainOffsetSpec.groovy +++ /dev/null @@ -1,6 +0,0 @@ -package com.github.lookout.verspaetung.zk - -import spock.lang.* - -class PlainOffsetSpec extends Specification { -}