diff src/luan/LuanElement.java @ 91:1f8b6edc2b08

better error message git-svn-id: https://luan-java.googlecode.com/svn/trunk@92 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Thu, 07 Mar 2013 22:52:53 +0000
parents 851e356101c1
children 7e160d2f6d9c
line wrap: on
line diff
--- a/src/luan/LuanElement.java	Sat Mar 02 05:02:56 2013 +0000
+++ b/src/luan/LuanElement.java	Thu Mar 07 22:52:53 2013 +0000
@@ -14,10 +14,4 @@
 			return "Java";
 		}
 	};
-
-	public static final LuanElement COMPILER = new LuanElement(){
-		@Override String location() {
-			return "Compiler";
-		}
-	};
 }