List<Statement> removedStatements = Collections.emptyList();
if (hasConnectionListeners()) {
// We need to iterate over all matching triples so that they can
// be reported
RecordIterator btreeIter = tripleStore.getTriples(subjID, predID, objID, contextID, explicit,
true);
NativeStatementCursor iter = new NativeStatementCursor(btreeIter, valueStore);
removedStatements = new ArrayList<Statement>();