remove unused field

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-08-03 10:07:15 +00:00
parent 7752e61c90
commit 343b86c461
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ class TestXDDFChartRemoveSeries {
XSSFSheet sheet = null;
XDDFScatterChartData chartData = null;
XDDFChart chart = null;
final int MAX_NUM_SERIES = 1;
public TestXDDFChartRemoveSeries() {
resultDir.mkdirs();