Remove varNameRegExp since it's never used;

This commit is contained in:
Sean Gates 2015-03-18 18:06:37 -07:00
parent 0d7ff3ea4e
commit 066b06936a

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
'use strict';
var varNameRegExp = /^[A-Za-z_][A-Za-z0-9_\.]*$/;
// var varNameRegExp = /^[A-Za-z_][A-Za-z0-9_\.]*$/;
function AssignNode(props) {
AssignNode.$super.call(this);
if (props) {