Removed all exception specifiers since deprecated.

Exception specifiers are deprecated in cpp11, so went through them all
and removed them from the code.
This commit is contained in:
Kristoffer Ödmark
2017-06-12 13:54:55 -04:00
committed by Wayne Stambaugh
parent 8590a22995
commit 19d5cc7548
75 changed files with 515 additions and 671 deletions
+1 -1
View File
@@ -529,7 +529,7 @@ bool GITHUB_PLUGIN::repoURL_zipURL( const wxString& aRepoURL, std::string* aZipU
}
void GITHUB_PLUGIN::remoteGetZip( const wxString& aRepoURL ) throw( IO_ERROR )
void GITHUB_PLUGIN::remoteGetZip( const wxString& aRepoURL )
{
std::string zip_url;