summaryrefslogtreecommitdiff
path: root/common/rawaccel-error.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/rawaccel-error.hpp')
-rw-r--r--common/rawaccel-error.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/rawaccel-error.hpp b/common/rawaccel-error.hpp
index f5498f9..ecee526 100644
--- a/common/rawaccel-error.hpp
+++ b/common/rawaccel-error.hpp
@@ -21,9 +21,4 @@ namespace rawaccel {
install_error() : io_error("rawaccel is not installed") {}
};
- class cooldown_error : public io_error {
- public:
- cooldown_error() : io_error("write is on cooldown") {}
- };
-
}