]> git.notmuchmail.org Git - sup/blobdiff - test/dummy_source.rb
don't require has_errors? in Source objects
[sup] / test / dummy_source.rb
index f3afa31e51a648da767c56e18cfb6fcaca635fe8..e0fbf812527acb8536d3a3bb465f6c53ea8a0519 100644 (file)
@@ -53,13 +53,6 @@ class DummySource < Source
       yield f.gets
     end
   end
-
-  # FIXME: this one was not mentioned in the source documentation, but
-  # it's still required
-  def has_errors?
-
-  end
-
 end
 
 end