]> granicus.if.org Git - apache/commitdiff
AFAICT - these symbols are unused.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 7 Dec 2001 22:19:38 +0000 (22:19 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 7 Dec 2001 22:19:38 +0000 (22:19 +0000)
  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

index 63a1e44a7510870febf5eeb7c535f061cddf602a..6f12fdd7525b12b34dbcc5b992a7a41e2a3e242b 100644 (file)
@@ -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);