From: Paul J. Reder Date: Tue, 15 May 2001 13:41:27 +0000 (+0000) Subject: Ooops. Didn't remove *all* of the new_scoreboard stuff. This was harmless, X-Git-Tag: 2.0.18~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=768f9e72e49f6f68d08b15bf225e9738e3f216fe;p=thirdparty%2Fapache%2Fhttpd.git Ooops. Didn't remove *all* of the new_scoreboard stuff. This was harmless, but should be consistent and complete. It is now completely removed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89117 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/scoreboard.h b/include/scoreboard.h index d1e32c500e4..d060c9b1e0e 100644 --- a/include/scoreboard.h +++ b/include/scoreboard.h @@ -197,7 +197,6 @@ typedef struct { } status_table_entry; #define SCOREBOARD_SIZE sizeof(scoreboard) -#define NEW_SCOREBOARD_SIZE sizeof(new_scoreboard) #ifdef TPF #define SCOREBOARD_NAME "SCOREBRD" #define SCOREBOARD_FRAMES SCOREBOARD_SIZE/4095 + 1