List<RdbmsStatement> removedStatements = Collections.emptyList();
if (hasConnectionListeners()) {
// We need to iterate over all matching triples so that they can
// be reported
RdbmsStatementIteration it = triples.find(s, p, o, explicit, c);
removedStatements = Iterations.asList(it);
}
removeCount += triples.remove(s, p, o, explicit, c);