mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 22:41:27 +00:00
More cleanup
This commit is contained in:
@ -130,7 +130,7 @@ class ManagedObjectSet extends ManagedObject {
|
||||
}
|
||||
|
||||
/** Performs a single step according to the current state. */
|
||||
export function step(): bool {
|
||||
function step(): void {
|
||||
var obj: ManagedObject;
|
||||
switch (state) {
|
||||
case State.INIT: {
|
||||
@ -191,7 +191,6 @@ export function step(): bool {
|
||||
break;
|
||||
}
|
||||
}
|
||||
return state != State.IDLE;
|
||||
}
|
||||
|
||||
@inline function refToObj(ref: usize): ManagedObject {
|
||||
|
Reference in New Issue
Block a user