From: William A. Rowe Jr Date: Fri, 7 Dec 2001 22:19:38 +0000 (+0000) Subject: AFAICT - these symbols are unused. X-Git-Tag: 2.0.30~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9b9a36d86c069cca3e9472f3a2ba1fcca1ceb73;p=apache 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 --- 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);