Commit 02538d96 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Command] Remove unnecessary `.parse` implementation

parent ec221cb6
...@@ -39,12 +39,6 @@ module Pod ...@@ -39,12 +39,6 @@ module Pod
].concat(super) ].concat(super)
end end
def self.parse(argv)
command = super
command
end
def self.run(argv) def self.run(argv)
help! 'You cannot run CocoaPods as root.' if Process.uid == 0 help! 'You cannot run CocoaPods as root.' if Process.uid == 0
verify_git_version! verify_git_version!
......
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