mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Removing todo
This commit is contained in:
@@ -142,9 +142,6 @@ module Linguist
|
|||||||
file_map = cache ? cache.dup : {}
|
file_map = cache ? cache.dup : {}
|
||||||
end
|
end
|
||||||
|
|
||||||
# TODO - do we need to re-read the index?
|
|
||||||
# read_index
|
|
||||||
|
|
||||||
diff.each_delta do |delta|
|
diff.each_delta do |delta|
|
||||||
old = delta.old_file[:path]
|
old = delta.old_file[:path]
|
||||||
new = delta.new_file[:path]
|
new = delta.new_file[:path]
|
||||||
|
|||||||
Reference in New Issue
Block a user