]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MINICERN/packlib/kernlib/kerngen/unix/hpxgs/traceqc.c
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / unix / hpxgs / traceqc.c
diff --git a/MINICERN/packlib/kernlib/kerngen/unix/hpxgs/traceqc.c b/MINICERN/packlib/kernlib/kerngen/unix/hpxgs/traceqc.c
deleted file mode 100644 (file)
index 23d8639..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * $Id$
- *
- * $Log$
- * Revision 1.1.1.1  1996/02/15 17:50:06  mclareni
- * Kernlib
- *
- */
-#include "kerngen/pilot.h"
-/*>    ROUTINE TRACEQC
-  CERN PROGLIB# N105    TRACEQC         .VERSION KERNHPX  1.04  950928
-  ORIG.  3/05/95  FR, JZ
-  subsidiary to TRACEQ
-*/
-#if defined(CERNLIB_QX_SC)
-      void traceqc_()
-#endif
-#if defined(CERNLIB_QXNO_SC)
-      void traceqc()
-#endif
-{
-      void U_STACK_TRACE();       /* somewhere in Fortran RTL */
-      U_STACK_TRACE();
-      return;
-}
-/*> END <----------------------------------------------------------*/