]> git.cworth.org Git - sup/blobdiff - test/dummy_source.rb
Merge commit 'origin/various-mbox-fixes'
[sup] / test / dummy_source.rb
index b84e64e8da0cf1a6b2b45a10be192cd44d3233c6..83790c5dcaeb26ff716bb7b87537373eb8a79def 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