From 72e518fb2db7168cdd6328cb2c8874238ecb686b Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Tue, 4 Apr 2023 22:59:54 +0200 Subject: [PATCH] Update InstructionStream.extension.st --- src/Sindarin/InstructionStream.extension.st | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Sindarin/InstructionStream.extension.st b/src/Sindarin/InstructionStream.extension.st index e819f3d..c612410 100644 --- a/src/Sindarin/InstructionStream.extension.st +++ b/src/Sindarin/InstructionStream.extension.st @@ -7,13 +7,6 @@ InstructionStream >> willJump [ ^ self willJumpIfFalse or:[ self willJumpIfTrue or: [ self willJumpTo ] ] ] -{ #category : #'*Sindarin' } -InstructionStream >> willJumpIfFalse [ - "Answer whether the next bytecode is a jump-if-false." - - ^ self method encoderClass isBranchIfFalseAt: pc in: self method -] - { #category : #'*Sindarin' } InstructionStream >> willJumpIfTrue [ "Answer whether the next bytecode is a jump-if-false."