diff --git a/lodash.js b/lodash.js index 6abccc8f8..11f285ca3 100644 --- a/lodash.js +++ b/lodash.js @@ -201,14 +201,6 @@ 'trailing': false }; - /** Used as the property descriptor for wrapper metadata */ - var descriptor = { - 'configurable': false, - 'enumerable': false, - 'value': null, - 'writable': false - }; - /** * Used to map characters to HTML entities. *