- remove unused variable

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1357 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.13
Marcus Rückert 2006-10-03 22:15:17 +00:00
parent 0bf00920a3
commit 91776b2d10
1 changed files with 0 additions and 3 deletions

View File

@ -181,7 +181,6 @@ static int mod_cml_patch_connection(server *srv, connection *con, plugin_data *p
int cache_call_lua(server *srv, connection *con, plugin_data *p, buffer *cml_file) {
buffer *b;
char *c;
int ret;
/* cleanup basedir */
b = p->baseurl;
@ -207,9 +206,7 @@ int cache_call_lua(server *srv, connection *con, plugin_data *p, buffer *cml_fil
* - cookie-based
* - get-param-based
*/
return cache_parse_lua(srv, con, p, cml_file);
}
URIHANDLER_FUNC(mod_cml_power_magnet) {