Remove unused variables in parsers

This commit is contained in:
Tom Payne
2013-05-21 12:47:45 +02:00
parent 42b6ed5d2a
commit 268c18988b
5 changed files with 6 additions and 10 deletions

View File

@@ -298,7 +298,7 @@ describe('ol.parser.gml_v2', function() {
it('Test boundedBy', function() {
var url = 'spec/ol/parser/ogc/xml/gml_v2/boundedBy.xml';
afterLoadXml(url, function(xml) {
var obj = parser.read(xml);
parser.read(xml);
// TODO test bounds on feature
// see https://github.com/openlayers/ol3/issues/566
});