Removed unused 'isEmpty' variable
This commit is contained in:
@@ -864,7 +864,6 @@ RString Steps::MinimizedChartString()
|
|||||||
{
|
{
|
||||||
|
|
||||||
Trim(measures[m]);
|
Trim(measures[m]);
|
||||||
bool isEmpty = true;
|
|
||||||
bool allZeroes = true;
|
bool allZeroes = true;
|
||||||
bool minimal = false;
|
bool minimal = false;
|
||||||
std::vector<RString> lines;
|
std::vector<RString> lines;
|
||||||
|
|||||||
Reference in New Issue
Block a user