diff options
Diffstat (limited to 'include/LibraryException.h')
-rw-r--r-- | include/LibraryException.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/LibraryException.h b/include/LibraryException.h index 3c3fab4..e62788d 100644 --- a/include/LibraryException.h +++ b/include/LibraryException.h @@ -11,8 +11,6 @@ public: virtual uint8_t exception_id()= 0; }; - - class TargetBufferSmallerThanSource: public LibraryException { public: virtual uint8_t exception_id() override { |