mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Removed obsolete exception throw.
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user