nnir.el (nnir-request-move-article): Remove obsolete code.
authorAndrew Cohen <cohen@andy.bu.edu>
Mon, 6 Dec 2010 02:45:47 +0000 (21:45 -0500)
committerAndrew Cohen <cohen@andy.bu.edu>
Mon, 6 Dec 2010 02:45:47 +0000 (21:45 -0500)
lisp/ChangeLog
lisp/nnir.el

index 59b2eb9..2cf1166 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
+
+       * nnir.el (nnir-request-move-article): Remove obsolete code.
+
 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
index b706d15..750218d 100644 (file)
@@ -676,10 +676,7 @@ Add an entry here when adding a new search engine.")
         (to-newsgroup (nth 1 accept-form))
         (to-method (gnus-find-method-for-group to-newsgroup))
         (from-method (gnus-find-method-for-group artfullgroup))
-        (move-is-internal (gnus-server-equal from-method to-method))
-        (artsubject (mail-header-subject
-                     (gnus-data-header
-                      (assoc article (gnus-data-list nil))))))
+        (move-is-internal (gnus-server-equal from-method to-method)))
     (unless (gnus-check-backend-function
             'request-move-article artfullgroup)
       (error "The group %s does not support article moving" artfullgroup))