From 10de952ed6ceddda513b25d35c46766d5e522f67 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Fri, 28 Nov 2014 14:14:40 -0600 Subject: [PATCH] Remove Linguist.interpreter_from_shebang --- lib/linguist/samples.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/linguist/samples.rb b/lib/linguist/samples.rb index 3f4f7ec4..2d389443 100644 --- a/lib/linguist/samples.rb +++ b/lib/linguist/samples.rb @@ -115,10 +115,4 @@ module Linguist db end end - - # Used to retrieve the interpreter from the shebang line of a file's data. - def self.interpreter_from_shebang(data) - Shebang.interpreter(data) - end - end