diff --git a/JavaCompat/pom.xml b/JavaCompat/pom.xml
deleted file mode 100644
index 1d70e030..00000000
--- a/JavaCompat/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- 4.0.0
-
-
- com.gmail.filoghost.holographicdisplays
- holographicdisplays-parent
- 2.4.2-SNAPSHOT
-
-
- holographicdisplays-javacompat
- HolographicDisplays JavaCompat
-
-
diff --git a/JavaCompat/src/main/java/java/lang/StackWalker.java b/JavaCompat/src/main/java/java/lang/StackWalker.java
deleted file mode 100644
index e31e41a1..00000000
--- a/JavaCompat/src/main/java/java/lang/StackWalker.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * 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
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
- */
-package java.lang;
-
-import java.util.function.Function;
-import java.util.stream.Stream;
-
-public class StackWalker {
-
- public static interface StackFrame {
- StackTraceElement toStackTraceElement();
- }
-
- public static StackWalker getInstance() {
- return null;
- }
-
- public T walk(Function super Stream, ? extends T> function) {
- return null;
- }
-
-}
diff --git a/pom.xml b/pom.xml
index 80c1a66a..ec807500 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,6 @@
API
- JavaCompat
Utils
Config
NMS/Interfaces