diff --git a/testing/adios2/engine/ssc/TestSscBaseUnlocked.cpp b/testing/adios2/engine/ssc/TestSscBaseUnlocked.cpp index db52a07572..bc89f2a108 100644 --- a/testing/adios2/engine/ssc/TestSscBaseUnlocked.cpp +++ b/testing/adios2/engine/ssc/TestSscBaseUnlocked.cpp @@ -192,10 +192,6 @@ void Reader(const Dims &shape, const Dims &start, const Dims &count, ASSERT_EQ(stringVar.Max(), "sample string sample string sample string"); - int i; - engine.Get(scalarInt, i); - ASSERT_EQ(i, currentStep); - VerifyData(myChars.data(), currentStep, start, count, shape, mpiRank); VerifyData(myUChars.data(), currentStep, start, count, shape,