summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-04-10 18:54:25 -0500
committerJoel Sherrill <joel@rtems.org>2021-04-10 18:54:25 -0500
commit4faf9a6ffc0b5c5562c8471a2b58d7609ef7e645 (patch)
tree4cd1b40f47af042c78f97457c7e4dfda4ce3fe02
parentlinkers: Update due to API changes (diff)
downloadrtems-tools-4faf9a6ffc0b5c5562c8471a2b58d7609ef7e645.tar.bz2
covoar/TargetBase.h: Remove unused member variables
Both flagged by CID #1399638.
-rw-r--r--tester/covoar/TargetBase.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/tester/covoar/TargetBase.h b/tester/covoar/TargetBase.h
index d13216d..6db08f2 100644
--- a/tester/covoar/TargetBase.h
+++ b/tester/covoar/TargetBase.h
@@ -122,19 +122,6 @@ namespace Target {
std::string targetName_m;
/*!
- * This member variable indicates either the column that the instruction
- * starts in the object dump file, when the objdump has no tabs; or the
- * number of tabs to find the instruction.
- */
- int objdumpInstructionLocation;
-
- /*!
- * This member variable indicates whether or not the objdump has
- * tabs as delemeters.
- */
- bool objdumpHasTabs;
-
- /*!
* This member variable is an array of all conditional branch instructions
* for this target.
*/