Bug 1257128 (part 3) - Remove unused createAtom() function in a test. r=tbsaunde.

This commit is contained in:
Nicholas Nethercote 2016-03-16 21:10:10 +11:00
parent ea7e61e63c
commit 3b2b1196b3

View File

@ -277,12 +277,6 @@ function treeItem(aText, aOpen, aChildren)
this.children = aChildren;
}
function createAtom(aName)
{
return Components.classes["@mozilla.org/atom-service;1"]
.getService(Components.interfaces.nsIAtomService).getAtom(aName);
}
/**
* Used in conjunction with loadXULTreeAndDoTest and addA11yXULTreeLoadEvent.
*/