summaryrefslogtreecommitdiff
path: root/ext/librethinkdbxx/src/exceptions.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2019-03-21 16:42:52 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2019-03-21 16:42:52 -0700
commite37eb0aa542ef8aee8532c5bfdde7f09ed343a28 (patch)
treec2900b4814847fb3249b41e7dcfe5ab6dbac9215 /ext/librethinkdbxx/src/exceptions.h
parent130fa35bb1707ea232015c1a3672f0585632dea1 (diff)
downloadinfinitytier-e37eb0aa542ef8aee8532c5bfdde7f09ed343a28.tar.gz
infinitytier-e37eb0aa542ef8aee8532c5bfdde7f09ed343a28.zip
More cleanup of old stuff no longer used.
Diffstat (limited to 'ext/librethinkdbxx/src/exceptions.h')
-rw-r--r--ext/librethinkdbxx/src/exceptions.h13
1 files changed, 0 insertions, 13 deletions
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