]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/syndication/syndication.factor
syndication: Remove dead code I added on accident..
[factor.git] / basis / syndication / syndication.factor
index 36e26a15c4238fa26ec16ef804a6a59252a27a41..3bd22eb54a8c33180fbfc898b61082c4ef6671f5 100644 (file)
@@ -64,8 +64,6 @@ TUPLE: entry title url description date ;
     [ "item" tags-named [ rss2.0-entry ] map set-entries ]
     tri ;
 
-ERROR: invalid-atom-link ;
-
 : atom-link ( tag -- url/f )
     {
         [ "link" "alternate" "rel" tag-named-with-attr ]