Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Dec 1, 2015
1 parent c850fda commit f642606
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lib/cucumber/formatter/legacy_api/runtime_facade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ def snippet_text(step_keyword, step_name, multiline_arg) #:nodoc:
}.join("\n")
end

def unknown_programming_language?
support_code.unknown_programming_language?
end

def scenarios(status = nil)
results.scenarios(status)
end
Expand Down
4 changes: 0 additions & 4 deletions lib/cucumber/runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ def end_scenario(scenario)
@support_code.fire_hook(:end_scenario)
end

def unknown_programming_language?
@support_code.unknown_programming_language?
end

# Returns Ast::DocString for +string_without_triple_quotes+.
#
def doc_string(string_without_triple_quotes, content_type='', line_offset=0)
Expand Down

0 comments on commit f642606

Please sign in to comment.