Commit ec008b00 authored by Marius Rackwitz's avatar Marius Rackwitz

Remove Hooks module definition with autoloads

Hooks API was removed by #3649.
parent 9f22ed90
......@@ -67,10 +67,4 @@ module Pod
autoload :UmbrellaHeader, 'cocoapods/generator/umbrella_header'
autoload :XCConfig, 'cocoapods/generator/xcconfig'
end
module Hooks
autoload :InstallerRepresentation, 'cocoapods/hooks/installer_representation'
autoload :LibraryRepresentation, 'cocoapods/hooks/library_representation'
autoload :PodRepresentation, 'cocoapods/hooks/pod_representation'
end
end
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