You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bh...@hyperreal.org on 1999/10/13 22:52:58 UTC

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread scoreboard.c

bhyde       99/10/13 13:52:58

  Modified:    src/modules/mpm/mpmt_pthread scoreboard.c
  Log:
  Remove two bogus decls.
  
  Revision  Changes    Path
  1.8       +0 -2      apache-2.0/src/modules/mpm/mpmt_pthread/scoreboard.c
  
  Index: scoreboard.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_pthread/scoreboard.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- scoreboard.c	1999/10/13 18:16:42	1.7
  +++ scoreboard.c	1999/10/13 20:52:55	1.8
  @@ -26,8 +26,6 @@
   #endif
   
   scoreboard *ap_scoreboard_image = NULL;
  -static char *ap_server_argv0=NULL;
  -extern ap_context_t * pconf;
   
   /*****************************************************************
    *