Commit 6285ed71 authored by Kyle Fuller's avatar Kyle Fuller

Cleanup deadcode

parent d484bcf8
...@@ -48,7 +48,6 @@ module Pod ...@@ -48,7 +48,6 @@ module Pod
extend Executable extend Executable
executable :git executable :git
executable :ruby
TEMPLATE_REPO = 'https://github.com/CocoaPods/pod-template.git' TEMPLATE_REPO = 'https://github.com/CocoaPods/pod-template.git'
TEMPLATE_INFO_URL = 'https://github.com/CocoaPods/pod-template' TEMPLATE_INFO_URL = 'https://github.com/CocoaPods/pod-template'
......
...@@ -11,9 +11,6 @@ module Pod ...@@ -11,9 +11,6 @@ module Pod
]].concat(super) ]].concat(super)
end end
extend Executable
executable :git
def initialize(argv) def initialize(argv)
@update = argv.flag?('update') @update = argv.flag?('update')
@stats = argv.flag?('stats') @stats = argv.flag?('stats')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment