From e37eb0aa542ef8aee8532c5bfdde7f09ed343a28 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 21 Mar 2019 16:42:52 -0700 Subject: More cleanup of old stuff no longer used. --- ext/librethinkdbxx/src/exceptions.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ext/librethinkdbxx/src/exceptions.h (limited to 'ext/librethinkdbxx/src/exceptions.h') diff --git a/ext/librethinkdbxx/src/exceptions.h b/ext/librethinkdbxx/src/exceptions.h deleted file mode 100644 index 08c0b0a0..00000000 --- a/ext/librethinkdbxx/src/exceptions.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef EXCEPTIONS_H -#define EXCEPTIONS_H - -namespace RethinkDB { - -class TimeoutException : public std::exception { -public: - const char *what() const throw () { return "operation timed out"; } -}; - -} - -#endif // EXCEPTIONS_H -- cgit v1.2.3