summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen/DebugEmitter.java
diff options
context:
space:
mode:
authorSven Gothel <sgothel@jausoft.com>2014-06-17 03:12:28 +0200
committerSven Gothel <sgothel@jausoft.com>2014-06-17 03:12:28 +0200
commitafb698ac3846713e5000226de9e28a9b06bf6f9a (patch)
tree83f795d0d9023ac022fe9b7af35f819125b79f17 /src/java/com/jogamp/gluegen/DebugEmitter.java
parentc3054a01990e55ab35756ea23ab7d7c05f24dd37 (diff)
parent5d802fb8dd4004039d4597253712d24fffb90a36 (diff)
Merge remote-tracking branch 'hharrison/antlr-move'
Diffstat (limited to 'src/java/com/jogamp/gluegen/DebugEmitter.java')
-rw-r--r--src/java/com/jogamp/gluegen/DebugEmitter.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/java/com/jogamp/gluegen/DebugEmitter.java b/src/java/com/jogamp/gluegen/DebugEmitter.java
index 781188e..8773f1b 100644
--- a/src/java/com/jogamp/gluegen/DebugEmitter.java
+++ b/src/java/com/jogamp/gluegen/DebugEmitter.java
@@ -41,7 +41,6 @@ package com.jogamp.gluegen;
import java.util.*;
-import com.jogamp.common.os.MachineDescription;
import com.jogamp.gluegen.cgram.types.*;
/** Debug emitter which prints the parsing results to standard output. */