commits@javamail.java.net

[mercurial:110] Remove Vector no longer needed.

From: <shannon_at_kenai.com>
Date: Mon, 9 Feb 2009 19:41:03 +0000 (GMT)

Repository: mercurial
Revision: 110
Author: Bill Shannon <bill.shannon_at_sun.com>
Date: 2009-02-05 01:55:04 UTC

Log Message:
-----------
Remove Vector no longer needed.

Modified Paths:
--------------
    mail/src/main/java/com/sun/mail/imap/IMAPFolder.java

Diffs:
-----
diff -r ec72506b3f2f -r d179c0e6ceb1
mail/src/main/java/com/sun/mail/imap/IMAPFolder.java
--- a/mail/src/main/java/com/sun/mail/imap/IMAPFolder.java Wed Feb
04 17:54:14 2009 -0800
+++ b/mail/src/main/java/com/sun/mail/imap/IMAPFolder.java Wed Feb
04 17:55:04 2009 -0800
@@ -1569,8 +1569,6 @@
     public synchronized Message[] expunge(Message[] msgs)
                                throws MessagingException {
        checkOpened();
-
- Vector v = new Vector(); // to collect expunged messages
 
        if (msgs != null) {
            // call fetch to make sure we have all the UIDs