found an orphened line in core.js

found an orphened line in core.js


As a result of a change in rev5500 lines 154-155 have become orphaned.
I suggest removing them:
Index: jquery/src/core.js
===================================================================
--- jquery/src/core.js    (revision 6006)
+++ jquery/src/core.js    (working copy)
@@ -151,8 +151,6 @@
    // Determine the position of an element within
    // the matched set of elements
    index: function( elem ) {
-        var ret = -1;
-
        // Locate the position of the desired element
        return jQuery.inArray(
            // If it receives a jQuery object, the first element is used