summaryrefslogtreecommitdiffstats
path: root/src/svnqt/client_diff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/client_diff.cpp')
-rw-r--r--src/svnqt/client_diff.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/svnqt/client_diff.cpp b/src/svnqt/client_diff.cpp
index 1a3a6ee..85fa18b 100644
--- a/src/svnqt/client_diff.cpp
+++ b/src/svnqt/client_diff.cpp
@@ -55,7 +55,7 @@ namespace svn
Client_impl::diff_peg (const Path & tmpPath, const Path & path,const Path&relativeTo,
const Revision & revision1, const Revision & revision2, const Revision& peg_revision,
Depth depth, const bool ignoreAncestry,
- const bool noDiffDeleted,const bool ignore_contenttype) throw (ClientException)
+ const bool noDiffDeleted,const bool ignore_contenttype)
{
return diff_peg(tmpPath,path,relativeTo,
revision1,revision2,peg_revision,
@@ -68,7 +68,7 @@ namespace svn
const Revision & revision1, const Revision & revision2, const Revision& peg_revision,
Depth depth, const bool ignoreAncestry,
const bool noDiffDeleted,const bool ignore_contenttype,
- const StringArray&extra,const StringArray&changelists) throw (ClientException)
+ const StringArray&extra,const StringArray&changelists)
{
Pool pool;
svn_error_t * error;
@@ -119,7 +119,7 @@ namespace svn
Client_impl::diff (const Path & tmpPath, const Path & path1,const Path&path2,const Path&relativeTo,
const Revision & revision1, const Revision & revision2,
Depth depth, const bool ignoreAncestry,
- const bool noDiffDeleted,const bool ignore_contenttype) throw (ClientException)
+ const bool noDiffDeleted,const bool ignore_contenttype)
{
return diff(tmpPath,path1,path2,relativeTo,
revision1,revision2,
@@ -132,7 +132,7 @@ namespace svn
const Revision & revision1, const Revision & revision2,
Depth depth, const bool ignoreAncestry,
const bool noDiffDeleted,const bool ignore_contenttype,
- const StringArray&extra,const StringArray&changelists) throw (ClientException)
+ const StringArray&extra,const StringArray&changelists)
{
Pool pool;