From: Matthew Fernandez Date: Mon, 16 Nov 2020 00:21:50 +0000 (-0800) Subject: remove unused BadIterator exception X-Git-Tag: 2.46.1~30^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bdcdec9108ce3400e54f7487d107ca77c911b20;p=graphviz remove unused BadIterator exception --- diff --git a/lib/vpsc/pairingheap/dsexceptions.h b/lib/vpsc/pairingheap/dsexceptions.h index 213f03f25..8a8313333 100644 --- a/lib/vpsc/pairingheap/dsexceptions.h +++ b/lib/vpsc/pairingheap/dsexceptions.h @@ -5,6 +5,5 @@ #define DSEXCEPTIONS_H_ class Underflow { }; -class BadIterator { }; #endif