mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / xwt / plat / JVM.java
diff --git a/src/org/xwt/plat/JVM.java b/src/org/xwt/plat/JVM.java
deleted file mode 100644 (file)
index e496a63..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
-package org.xwt.plat;
-
-import org.xwt.*;
-
-/** common superclass for all platforms that run in a "real" JVM */
-public abstract class JVM extends Platform {
-
-}