]> granicus.if.org Git - graphviz/commitdiff
remove unused BadIterator exception
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 16 Nov 2020 00:21:50 +0000 (16:21 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Jan 2021 18:00:36 +0000 (10:00 -0800)
lib/vpsc/pairingheap/dsexceptions.h

index 213f03f25ea071a284444b4dbc7801f52564172f..8a8313333601a11274195689dc3e0674ac96500b 100644 (file)
@@ -5,6 +5,5 @@
 #define DSEXCEPTIONS_H_
 
 class Underflow { };
-class BadIterator { };
 
 #endif