From 88ccc1c12f94739ecddac611d1bf863239b7e13e Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 7 Dec 2001 22:19:38 +0000 Subject: [PATCH] AFAICT - these symbols are unused. The right solution, once required, is to wrap the FRAMING requirement into the mmap logic so we can always ask for a n byte mmap, only to be given a n + (pg - (n % pg)) byte region without consumer hassles. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92385 13f79535-47bb-0310-9956-ffa450edef68 --- include/scoreboard.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/scoreboard.h b/include/scoreboard.h index 63a1e44a75..6f12fdd752 100644 --- a/include/scoreboard.h +++ b/include/scoreboard.h @@ -197,10 +197,6 @@ typedef struct { } status_table_entry; #define SCOREBOARD_SIZE sizeof(scoreboard) -#ifdef TPF -#define SCOREBOARD_NAME "SCOREBRD" -#define SCOREBOARD_FRAMES SCOREBOARD_SIZE/4095 + 1 -#endif AP_DECLARE(int) ap_exists_scoreboard_image(void); AP_DECLARE_NONSTD(void) ap_create_scoreboard(apr_pool_t *p, ap_scoreboard_e t); -- 2.50.1