Remove unused var

This commit is contained in:
Joshua Peek
2012-07-23 15:53:32 -05:00
parent 7b6caa0f6c
commit f44b31148a

View File

@@ -469,7 +469,7 @@ module Linguist
end
end
lang = Language.create(
Language.create(
:name => name,
:color => options['color'],
:type => options['type'],