Re: [PATCH] covoar/TargetBase.h: Remove unused member variables

2021-04-12 Thread Gedare Bloom
ok

On Sat, Apr 10, 2021 at 5:56 PM Joel Sherrill  wrote:
>
> Both flagged by CID #1399638.
> ---
>  tester/covoar/TargetBase.h | 13 -
>  1 file changed, 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::stringtargetName_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.
>   */
> --
> 1.8.3.1
>
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


[PATCH] covoar/TargetBase.h: Remove unused member variables

2021-04-10 Thread Joel Sherrill
Both flagged by CID #1399638.
---
 tester/covoar/TargetBase.h | 13 -
 1 file changed, 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::stringtargetName_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.
  */
-- 
1.8.3.1

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel