From c231fc82cc260e2f3526f578a6fc2f2df0b73891 Mon Sep 17 00:00:00 2001 From: jzhou Date: Mon, 27 Jun 2011 18:34:29 +0000 Subject: [PATCH] Roll back previous check in as Brian has fixed the problem. --- Robust/src/IR/Tree/SemanticCheck.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Robust/src/IR/Tree/SemanticCheck.java b/Robust/src/IR/Tree/SemanticCheck.java index b9ac69bf..f6f5df32 100644 --- a/Robust/src/IR/Tree/SemanticCheck.java +++ b/Robust/src/IR/Tree/SemanticCheck.java @@ -87,7 +87,6 @@ public class SemanticCheck { cd.addSuperInterfaces(superif); cd.getMethodTable().addParentIF(superif.getMethodTable()); cd.getFieldTable().addParentIF(superif.getFieldTable()); - cd.getMethodTable().addParentIF(superif.getMethodTable()); } } } -- 2.34.1