The final restructured version for automatic build using maven tycho
[Mograsim.git] / net.mograsim.plugin.core / src / net / mograsim / plugin / tables / memory / MemoryTableRow.java
diff --git a/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/memory/MemoryTableRow.java b/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/memory/MemoryTableRow.java
deleted file mode 100644 (file)
index 81ee6e6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-package net.mograsim.plugin.tables.memory;
-
-import net.mograsim.machine.MainMemory;
-import net.mograsim.plugin.tables.TableRow;
-
-public class MemoryTableRow extends TableRow<MainMemory>
-{
-       public MemoryTableRow(long address, MainMemory memory)
-       {
-               super(address, memory);
-       }
-
-       public MainMemory getMemory()
-       {
-               return getData();
-       }
-}
\ No newline at end of file