summaryrefslogtreecommitdiffstats
path: root/tester/covoar/ExecutableInfo.cc
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-07-28 16:14:26 -0400
committerJoel Sherrill <joel@rtems.org>2021-08-03 15:56:53 -0500
commita08a5644c48c640ddf09f98809028592badd7743 (patch)
tree841991d0100a3a8858b8a891a885a7812b3e8816 /tester/covoar/ExecutableInfo.cc
parentapp_common: Remove functions and macros (diff)
downloadrtems-tools-a08a5644c48c640ddf09f98809028592badd7743.tar.bz2
Remove app_common and all references to it
- Removed the includes of app_common.h - Removed app_common references in build infrastructure - Removed app_common.cc and app_common.h
Diffstat (limited to 'tester/covoar/ExecutableInfo.cc')
-rw-r--r--tester/covoar/ExecutableInfo.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tester/covoar/ExecutableInfo.cc b/tester/covoar/ExecutableInfo.cc
index 328f970..418a7f4 100644
--- a/tester/covoar/ExecutableInfo.cc
+++ b/tester/covoar/ExecutableInfo.cc
@@ -11,7 +11,6 @@
#include "ExecutableInfo.h"
#include "ObjdumpProcessor.h"
-#include "app_common.h"
#include "CoverageMap.h"
#include "SymbolTable.h"