Merge branch 'development' of https://gitlab.lrz.de/lrr-tum/students/eragp-misim...
[Mograsim.git] / plugins / net.mograsim.machine / src / net / mograsim / machine / MainMemory.java
index 94140b7..909113c 100644 (file)
@@ -9,6 +9,4 @@ public interface MainMemory extends Memory<BitVector>
        public BigInteger getCellAsBigInteger(long address);
 
        public void setCellAsBigInteger(long address, BigInteger word);
-
-       public MainMemoryDefinition getDefinition();
-}
+}
\ No newline at end of file