You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/02/14 00:01:51 UTC

cvs commit: xml-xalan/c/samples/TraceListen TraceListen.cpp

dbertoni    01/02/13 15:01:51

  Modified:    c/samples/TraceListen TraceListen.cpp
  Log:
  Removed extraneous using directive.
  
  Revision  Changes    Path
  1.9       +0 -1      xml-xalan/c/samples/TraceListen/TraceListen.cpp
  
  Index: TraceListen.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/TraceListen/TraceListen.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TraceListen.cpp	2001/01/08 20:26:39	1.8
  +++ TraceListen.cpp	2001/02/13 23:01:50	1.9
  @@ -55,7 +55,6 @@
   			const char*		argv[])
   {
   #if !defined(XALAN_NO_NAMESPACES)
  -	using std::auto_ptr;
   	using std::cerr;
   	using std::endl;
   #endif