Skip to content

Commit 91e4d8f

Browse files
committed
Removed a line of expensive unused code
1 parent d901158 commit 91e4d8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/json/ld/expand.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def expand(input, active_property, context, ordered: true)
4242
end
4343

4444
output_object = {}
45-
keys = ordered ? input.keys.kw_sort : input.keys
4645

4746
# See if keys mapping to @type have terms with a local context
4847
input.keys.select do |key|

0 commit comments

Comments
 (0)