]> git.cworth.org Git - sup/blobdiff - lib/sup/update.rb
Merge branch 'xapian-updates'
[sup] / lib / sup / update.rb
index 021b7e1b09eb93276bc03d659d36fb749f5c9aec..d3868012cd0b3607c17914729a170bf9ff4fbb47 100644 (file)
@@ -16,7 +16,6 @@ class UpdateManager
 
   def initialize
     @targets = {}
-    self.class.i_am_the_instance self
   end
 
   def register o; @targets[o] = true; end