Skip to content

Commit 2703ee4

Browse files
committed
chore: remove old executor spec workaround
1 parent 2e6a149 commit 2703ee4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/cling.cr

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,3 @@ require "./cling/value"
1111
module Cling
1212
VERSION = "3.0.0"
1313
end
14-
15-
# TODO: move this to cling/spec
16-
{% if @top_level.has_constant?("Spec") %}
17-
module Cling::Executor
18-
private def self.handle_exit(ex : Cling::ExitProgram) : Nil
19-
end
20-
end
21-
{% end %}

0 commit comments

Comments
 (0)