From 5dfc806df517c3439d135600eaf890a101b27fa9 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 20 Dec 2017 10:35:46 +0100 Subject: [PATCH] Remove unused XSD.NAMESPACE_URI --- src/ol/format/XSD.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/ol/format/XSD.js b/src/ol/format/XSD.js index 94ed677f86..cf51d857be 100644 --- a/src/ol/format/XSD.js +++ b/src/ol/format/XSD.js @@ -6,13 +6,6 @@ import _ol_string_ from '../string.js'; var XSD = {}; -/** - * @const - * @type {string} - */ -XSD.NAMESPACE_URI = 'http://www.w3.org/2001/XMLSchema'; - - /** * @param {Node} node Node. * @return {boolean|undefined} Boolean.