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

Cleanup deadcode

parent d484bcf8
......@@ -48,7 +48,6 @@ module Pod
extend Executable
executable :git
executable :ruby
TEMPLATE_REPO = 'https://github.com/CocoaPods/pod-template.git'
TEMPLATE_INFO_URL = 'https://github.com/CocoaPods/pod-template'
......
......@@ -11,9 +11,6 @@ module Pod
]].concat(super)
end
extend Executable
executable :git
def initialize(argv)
@update = argv.flag?('update')
@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