From 1a3c69eccf3650501b7955b6139ef8c0e22a192a Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 3 Jan 2015 21:58:29 +0000 Subject: [PATCH] Removed obsolete exception throw. --- src/backend/git.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/git.cpp b/src/backend/git.cpp index 3f07fda1..655c1bc8 100644 --- a/src/backend/git.cpp +++ b/src/backend/git.cpp @@ -491,7 +491,6 @@ namespace loot { git.free(); fs::remove_all(repo_path / ".git"); return this->Update(path, repoURL, repoBranch); - //throw error(error::git_error, "Local repository has been edited, an automatic fast-forward merge update is not possible."); } }