From 768f9e72e49f6f68d08b15bf225e9738e3f216fe Mon Sep 17 00:00:00 2001 From: "Paul J. Reder" Date: Tue, 15 May 2001 13:41:27 +0000 Subject: [PATCH] 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 --- include/scoreboard.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/scoreboard.h b/include/scoreboard.h index d1e32c500e..d060c9b1e0 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 -- 2.50.1