]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Comment out unused pstack_dump for the time being until it is used, a better
authorRuediger Pluem <rpluem@apache.org>
Mon, 22 Dec 2008 06:47:42 +0000 (06:47 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 22 Dec 2008 06:47:42 +0000 (06:47 +0000)
  compile time conditional is found or it is removed from the code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728623 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/lua_vmprep.c

index 96037e27c51ad2fb6e82261839938365a5bdd930..b57e34c91e62561aaa6ef113274665aac1e9d716 100644 (file)
@@ -23,6 +23,7 @@
 
 /* forward dec'l from this file */
 
+#if 0
 static void pstack_dump(lua_State *L, apr_pool_t *r, int level,
                         const char *msg)
 {
@@ -88,6 +89,7 @@ static void pstack_dump(lua_State *L, apr_pool_t *r, int level,
         }
     }
 }
+#endif
 
 /* BEGIN modules*/