rta rewrite for loader changes
[cacao.git] / src / vm / jit / inline / parseRTstats.h
index 2a3167ce7b02e852590f9a643957593d360cfd0f..8804d03a72601840e793473173133e5390af3b1f 100644 (file)
@@ -1,43 +1,13 @@
-/* jit/parseRTstats.c -
-
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-   R. Grafl, A. Krall, C. Kruegel, C. Oates, R. Obermaisser,
-   M. Probst, S. Ring, E. Steiner, C. Thalinger, D. Thuernbeck,
-   P. Tomsich, J. Wenninger
-
-   This file is part of CACAO.
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License as
-   published by the Free Software Foundation; either version 2, or (at
-   your option) any later version.
-
-   This program is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
-
-   Contact: cacao@complang.tuwien.ac.at
-
-   Authors: Carolyn Oates
-
-   $Id: parseRTstats.h 557 2003-11-02 22:51:59Z twisti $
-
+/* jit/parseRTstats.h -
 */
 
 
 #ifndef _PARSERTSTATS_H
 #define _PARSERTSTATS_H
 
-extern int unRTclassHeirCnt;
-extern int unRTmethodCnt;
-extern int pWhenMarked;
-
+/* function prototypes */
+void printCallgraph ();
 #endif /* _PARSERTSTATS_H */