removed obsolete tick method
This commit is contained in:
parent
182805a65d
commit
0286e4115f
6 changed files with 4 additions and 42 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue