static void ai_removeTriplesInMemory(Collection l) { if (empty(l)) ret; ai_markMemoryDirty(); tripleIndex().removeTriples(l); }