Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 15, 2021
1 parent 3225f1b commit fb714cf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions source/server/code/external_custom_start_points.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ def manifests
@http.get(:manifests, {})
end

def manifest(display_name)
@http.get(__method__, { name:display_name })
end

end
4 changes: 0 additions & 4 deletions source/server/code/external_exercises_start_points.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ def manifests
@http.get(:manifests, {})
end

def manifest(display_name)
@http.get(__method__, { name:display_name })
end

end
4 changes: 0 additions & 4 deletions source/server/code/external_languages_start_points.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,5 @@ def display_names
def manifests
@http.get(:manifests, {})
end

def manifest(display_name)
@http.get(__method__, { name:display_name })
end

end
2 changes: 1 addition & 1 deletion test/server/metrics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
app: {
lines: {
total:416,
missed:6,
missed:3,
},
branches: {
total:26,
Expand Down

0 comments on commit fb714cf

Please sign in to comment.