You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by jw...@apache.org on 2002/06/06 10:56:36 UTC

cvs commit: xml-axkit axconfig.c

jwalt       2002/06/06 01:56:36

  Modified:    .        axconfig.c
  Log:
  - removed leftover stuff from first implementation of AxExternalEncoding
  
  Revision  Changes    Path
  1.10      +1 -9      xml-axkit/axconfig.c
  
  Index: axconfig.c
  ===================================================================
  RCS file: /home/cvs/xml-axkit/axconfig.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- axconfig.c	5 Jun 2002 23:59:19 -0000	1.9
  +++ axconfig.c	6 Jun 2002 08:56:36 -0000	1.10
  @@ -1,4 +1,4 @@
  -/* $Id: axconfig.c,v 1.9 2002/06/05 23:59:19 jwalt Exp $ */
  +/* $Id: axconfig.c,v 1.10 2002/06/06 08:56:36 jwalt Exp $ */
   
   #ifndef WIN32
   #include <modules/perl/mod_perl.h>
  @@ -108,7 +108,6 @@
       new->cache_module = 0;
       new->output_charset = 0;
       new->trace_intermediate = 0;
  -    new->external_encoding = 0;
   
       /* complex types */
       new->type_map = NULL;
  @@ -437,13 +436,6 @@
       }
       else if (parent_dir->trace_intermediate) {
           new->trace_intermediate = ap_pstrdup(p, parent_dir->trace_intermediate);
  -    }
  -
  -    if (subdir->external_encoding) {
  -        new->external_encoding = ap_pstrdup(p, subdir->external_encoding);
  -    }
  -    else if (parent_dir->external_encoding) {
  -        new->external_encoding = ap_pstrdup(p, parent_dir->external_encoding);
       }
   
       new->debug_level =