diff options
Diffstat (limited to 'cpp/include/IcePatch/ClientUtil.h')
-rw-r--r-- | cpp/include/IcePatch/ClientUtil.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/include/IcePatch/ClientUtil.h b/cpp/include/IcePatch/ClientUtil.h index 8cdeae3da99..e7ead8c1891 100644 --- a/cpp/include/IcePatch/ClientUtil.h +++ b/cpp/include/IcePatch/ClientUtil.h @@ -22,15 +22,6 @@ namespace IcePatch { -class ICE_PATCH_API AbortException : public IceUtil::Exception -{ -public: - AbortException(const char*, int); - virtual std::string ice_name() const; - virtual IceUtil::Exception* ice_clone() const; - virtual void ice_throw() const; -}; - class ICE_PATCH_API ProgressCB { public: |