Skip to content

Commit

Permalink
BaselineOfGToolkitPrerequisites remove halt
Browse files Browse the repository at this point in the history
  • Loading branch information
akgrant43 committed May 21, 2024
1 parent 3b93977 commit e6e9d3e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ BaselineOfGToolkitPrerequisites class >> source: source withPatchPragma: aSymbol
| ast pragmaValue pragmaSource index |

pragmaValue := aSymbol asSymbol.
self halt.
ast := RBParser parseMethod: source.
ast pragmas
detect: [ :pragma | (pragma argumentAt: #gtPharoPatch:) value = pragmaValue ]
Expand Down

0 comments on commit e6e9d3e

Please sign in to comment.