Remove some commented-out code from :unlet action.

This commit is contained in:
Doug Kearns
2009-08-27 14:46:27 +10:00
parent e159a0d07d
commit 08ecc21277
-5
View File
@@ -891,11 +891,6 @@ function Options() //{{{
"Delete a variable",
function (args)
{
//let names = args.split(/ /);
//if (typeof names == "string") names = [names];
//let length = names.length;
//for (let i = 0, name = names[i]; i < length; name = names[++i])
for (let [,name] in args)
{
let reference = liberator.variableReference(name);