Skip to content

Commit 73675ac

Browse files
committed
Remove dead method
1 parent 812ef94 commit 73675ac

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/MuTalk-Tests/MTNullMutation.class.st

-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ Class {
88
#package : 'MuTalk-Tests'
99
}
1010

11-
{ #category : 'running' }
12-
MTNullMutation >> runMutantStoppingOnError: aBoolean [
13-
14-
"I am a null mutation that does not run any tests and does not install any code.
15-
Return an empty test result"
16-
1halt.
17-
^ TestResult new
18-
]
19-
2011
{ #category : 'running' }
2112
MTNullMutation >> runMutantStoppingOnError: aBoolean in: aMTMutantEvaluation [
2213
"I am a null mutation that does not run any tests and does not install any code.

0 commit comments

Comments
 (0)