summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-02 20:07:13 +0000
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-02 20:07:13 +0000
commitdb7c8e24d122d1c2c323b88f23abf4bef6ffda18 (patch)
tree7535813688e6b7c44cf24c49166724c3062f610a
parentcovoar: Fix issues spotted by clang on FreeBSD 10 (diff)
downloadrtems-testing-db7c8e24d122d1c2c323b88f23abf4bef6ffda18.tar.bz2
covoar/GcovData.h: Remove unused private variable
-rw-r--r--covoar/GcovData.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/covoar/GcovData.h b/covoar/GcovData.h
index 18c9456..83b8772 100644
--- a/covoar/GcovData.h
+++ b/covoar/GcovData.h
@@ -112,7 +112,6 @@ struct gcov_statistics
private:
uint32_t numberOfFunctions;
- gcov_preamble gcdaPreamble;
gcov_preamble gcnoPreamble;
char gcnoFileName[FILE_NAME_LENGTH];
char gcdaFileName[FILE_NAME_LENGTH];