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

@@ -2,9 +2,6 @@ goog.provide('ol.test.parser.ogc.Versioned');
describe('ol.parser.ogc.versioned', function() {
var snippet = '<foo version="2.0.0"></foo>';
var snippet2 = '<foo></foo>';
describe('test constructor', function() {
var parser = new ol.parser.ogc.Versioned({version: '1.0.0'});
it('new OpenLayers.Format.XML.VersionedOGC returns object', function() {