refactor: oops
This commit is contained in:
parent
e4166fe450
commit
d7e4e7a024
@ -471,9 +471,7 @@ public class Instruction {
|
||||
public static Instruction stackRealloc(int start, int n) {
|
||||
return new Instruction(Type.STACK_REALLOC, start, start + n);
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
public static Instruction stackFree(int n) {
|
||||
return new Instruction(Type.STACK_FREE, n);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user