Make Core.size test portable
[folly.git] / folly / futures / FutureException.h
index c5dbf1584820a7e8fb4db8095a3b7b12ff49c049..1e004dcf167a88b37a9a97762aa3b3370669244e 100644 (file)
@@ -91,11 +91,6 @@ class TimedOut : public FutureException {
   TimedOut() : FutureException("Timed out") {}
 };
 
-class CancelTimer : public FutureException {
- public:
-  CancelTimer() : FutureException("Timer should be cancelled") {}
-};
-
 class PredicateDoesNotObtain : public FutureException {
  public:
   PredicateDoesNotObtain() : FutureException("Predicate does not obtain") {}