summaryrefslogtreecommitdiff
path: root/rtems-coverage/app_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-coverage/app_common.h')
-rw-r--r--rtems-coverage/app_common.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/rtems-coverage/app_common.h b/rtems-coverage/app_common.h
deleted file mode 100644
index b90ee07..0000000
--- a/rtems-coverage/app_common.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * $Id$
- */
-
-#ifndef __APP_COMMON_h
-#define __APP_COMMON_h
-
-#include <list>
-
-#include "DesiredSymbols.h"
-#include "Explanations.h"
-#include "TargetBase.h"
-
-extern Coverage::Explanations* AllExplanations;
-extern Coverage::ObjdumpProcessor* objdumpProcessor;
-extern Coverage::DesiredSymbols* SymbolsToAnalyze;
-extern bool Verbose;
-extern const char* outputDirectory;
-extern bool BranchInfoAvailable;
-extern Target::TargetBase* TargetInfo;
-extern const char* dynamicLibrary;
-extern const char* projectName;
-
-
-bool FileIsNewer( const char *f1, const char *f2 );
-bool FileIsReadable( const char *f1 );
-bool ReadUntilFound( FILE *file, const char *line );
-
-#endif