[rtems-docs commit] coverpage: Remove used function.
    Chris Johns 
    chrisj at rtems.org
       
    Thu Jan 12 02:20:52 UTC 2017
    
    
  
Module:    rtems-docs
Branch:    master
Commit:    7956bbffef731a979fad14d86042292aac35a6dc
Changeset: http://git.rtems.org/rtems-docs/commit/?id=7956bbffef731a979fad14d86042292aac35a6dc
Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu Jan 12 13:20:48 2017 +1100
coverpage: Remove used function.
---
 common/coverpage/static/rtems/js/catalogue.js | 15 ---------------
 1 file changed, 15 deletions(-)
diff --git a/common/coverpage/static/rtems/js/catalogue.js b/common/coverpage/static/rtems/js/catalogue.js
index 9a6a221..da18aaa 100644
--- a/common/coverpage/static/rtems/js/catalogue.js
+++ b/common/coverpage/static/rtems/js/catalogue.js
@@ -4,21 +4,6 @@
  * Licensed under the MIT license
  */
 
-function parseCatalogue(xml) {
-    if (window.DOMParser)
-    {
-        parser = new DOMParser();
-        xmlDoc = parser.parseFromString(xml, "text/xml");
-    }
-    else // Internet Explorer
-    {
-        xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
-        xmlDoc.async = false;
-        xmlDoc.loadXML(xml);
-    }
-    return xmlDoc;
-}
-
 function catalogueHeader(id, title, date) {
     return '' +
 	' <div class="table-responsive">' +
    
    
More information about the vc
mailing list