mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
- Remove a load of unused variables (or variables that are set but never read).
- Move some declarations into the correct #ifdef scope. I couldn't compile/test netware, but the changes look obvious enough. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@982016 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -517,7 +517,6 @@ static void dump_header_to_log(request_rec *r, unsigned char fheader[],
|
||||
|
||||
while (posn < length) {
|
||||
unsigned char c = fheader[posn];
|
||||
char hexval[3];
|
||||
|
||||
if (i >= 20) {
|
||||
i = 0;
|
||||
|
Reference in New Issue
Block a user