# File lib/nanoc/base/compilation/dependency_tracker.rb, line 72
    def stop
      # Unregister
      Nanoc::NotificationCenter.remove(:visit_started, self)
      Nanoc::NotificationCenter.remove(:visit_ended,   self)
    end