mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Remove unused bar reFuncName.
This commit is contained in:
@@ -97,9 +97,6 @@
|
|||||||
/** Used to match `RegExp` flags from their coerced string values. */
|
/** Used to match `RegExp` flags from their coerced string values. */
|
||||||
var reFlags = /\w*$/;
|
var reFlags = /\w*$/;
|
||||||
|
|
||||||
/** Used to detect named functions. */
|
|
||||||
var reFuncName = /^\s*function[ \n\r\t]+\w/;
|
|
||||||
|
|
||||||
/** Used to detect hexadecimal string values. */
|
/** Used to detect hexadecimal string values. */
|
||||||
var reHexPrefix = /^0[xX]/;
|
var reHexPrefix = /^0[xX]/;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user