Skip to content

Commit 7bb2afe

Browse files
committed
Remove unused variable in stressGraphics.cxx
Fixes this warning: ``` unused variable 'kMaxNumTests' [-Wunused-const-variable] ```
1 parent 262f0ca commit 7bb2afe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/stressGraphics.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
#include "TView.h"
114114

115115

116-
const int kMaxNumTests = 1000;
117116
const int kFineSvgTest = 10; // SVG file can slightly vary
118117
const int kSkipSvgTest = 100; // do not perform SVG test
119118

0 commit comments

Comments
 (0)