[libxml2] Remove misleading comments in xpath.c



commit beb7d71a8fbd91f26fb552853c390e40bf19ecda
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Mon Jul 13 12:41:19 2020 +0200

    Remove misleading comments in xpath.c
    
    Fixes #169

 xpath.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/xpath.c b/xpath.c
index a5ddb9d4..673482a7 100644
--- a/xpath.c
+++ b/xpath.c
@@ -1746,7 +1746,6 @@ static int xmlXPathDebugObjMaxUsers = 0;
 static int xmlXPathDebugObjMaxXSLTTree = 0;
 static int xmlXPathDebugObjMaxAll = 0;
 
-/* REVISIT TODO: Make this static when committing */
 static void
 xmlXPathDebugObjUsageReset(xmlXPathContextPtr ctxt)
 {
@@ -2061,7 +2060,6 @@ xmlXPathDebugObjUsageReleased(xmlXPathContextPtr ctxt,
     xmlXPathDebugObjCounterAll--;
 }
 
-/* REVISIT TODO: Make this static when committing */
 static void
 xmlXPathDebugObjUsageDisplay(xmlXPathContextPtr ctxt)
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]