removed obsolete tick method

This commit is contained in:
fros4943 2010-02-03 16:04:44 +00:00
parent 182805a65d
commit 0286e4115f
6 changed files with 4 additions and 42 deletions

View file

@ -129,10 +129,5 @@ public class RimeABC extends AbstractApplicationMote {
public String toString() {
return "App Rime ABC " + getID();
}
public boolean tick(long simTime) {
/* Obsolete method */
return false;
}
}