The final restructured version for automatic build using maven tycho
[Mograsim.git] / net.mograsim.plugin.core / src / net / mograsim / plugin / tables / mi / InstructionTableRow.java
diff --git a/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/mi/InstructionTableRow.java b/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/mi/InstructionTableRow.java
deleted file mode 100644 (file)
index 677d166..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-package net.mograsim.plugin.tables.mi;
-
-import net.mograsim.machine.mi.MicroInstruction;
-import net.mograsim.plugin.tables.TableRow;
-
-public class InstructionTableRow extends TableRow<MicroInstruction>
-{
-       public InstructionTableRow(long address, MicroInstruction data)
-       {
-               super(address, data);
-       }
-}