summaryrefslogtreecommitdiffstats
path: root/abc70930/src/bdd/mtr/mtrInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'abc70930/src/bdd/mtr/mtrInt.h')
-rw-r--r--abc70930/src/bdd/mtr/mtrInt.h65
1 files changed, 0 insertions, 65 deletions
diff --git a/abc70930/src/bdd/mtr/mtrInt.h b/abc70930/src/bdd/mtr/mtrInt.h
deleted file mode 100644
index a8d5aa6c..00000000
--- a/abc70930/src/bdd/mtr/mtrInt.h
+++ /dev/null
@@ -1,65 +0,0 @@
-/**CHeaderFile*****************************************************************
-
- FileName [mtrInt.h]
-
- PackageName [mtr]
-
- Synopsis [Internal data structures of the mtr package]
-
- Description [In this package all definitions are external.]
-
- SeeAlso []
-
- Author [Fabio Somenzi]
-
- Copyright [This file was created at the University of Colorado at
- Boulder. The University of Colorado at Boulder makes no warranty
- about the suitability of this software for any purpose. It is
- presented on an AS IS basis.]
-
- Revision [$Id: mtrInt.h,v 1.1.1.1 2003/02/24 22:24:02 wjiang Exp $]
-
-******************************************************************************/
-
-#ifndef _MTRINT
-#define _MTRINT
-
-#include "mtr.h"
-
-/*---------------------------------------------------------------------------*/
-/* Nested includes */
-/*---------------------------------------------------------------------------*/
-
-
-/*---------------------------------------------------------------------------*/
-/* Constant declarations */
-/*---------------------------------------------------------------------------*/
-
-/*---------------------------------------------------------------------------*/
-/* Stucture declarations */
-/*---------------------------------------------------------------------------*/
-
-
-/*---------------------------------------------------------------------------*/
-/* Type declarations */
-/*---------------------------------------------------------------------------*/
-
-/*---------------------------------------------------------------------------*/
-/* Variable declarations */
-/*---------------------------------------------------------------------------*/
-
-
-/*---------------------------------------------------------------------------*/
-/* Macro declarations */
-/*---------------------------------------------------------------------------*/
-
-/**AutomaticStart*************************************************************/
-
-/*---------------------------------------------------------------------------*/
-/* Function prototypes */
-/*---------------------------------------------------------------------------*/
-
-
-/**AutomaticEnd***************************************************************/
-
-#endif /* _MTRINT */