if pcre is not avaible the UNUSED(regex) tries to tag a non-existent parameter

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@615 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.2
Jan Kneschke 2005-08-23 11:53:45 +00:00
parent 30e094f8d2
commit 9a2e653557
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ int excludes_buffer_append(excludes_buffer *exb, buffer *string) {
#else
UNUSED(exb);
UNUSED(string);
UNUSED(regex);
return -1;
#endif