]> gitweb.factorcode.org Git - factor.git/commitdiff
syndication: Remove dead code I added on accident..
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 13 Jan 2019 00:06:03 +0000 (18:06 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 13 Jan 2019 00:06:03 +0000 (18:06 -0600)
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 ]