From: jzhou Date: Mon, 27 Jun 2011 18:34:29 +0000 (+0000) Subject: Roll back previous check in as Brian has fixed the problem. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c231fc82cc260e2f3526f578a6fc2f2df0b73891;p=IRC.git Roll back previous check in as Brian has fixed the problem. --- 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()); } } }