From 29a0bfec7774d23765a3e1bd71f714fb6fef593a Mon Sep 17 00:00:00 2001 From: How2PlayGithub Date: Mon, 6 May 2024 23:07:57 +1200 Subject: [PATCH] fixed for libgit2 1.8 --- src/Git2/Exception.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Git2/Exception.cc b/src/Git2/Exception.cc index 6cf0ffd41..9d09ea715 100644 --- a/src/Git2/Exception.cc +++ b/src/Git2/Exception.cc @@ -46,5 +46,4 @@ git2Throw(const int ret) { } return ret; } - } // namespace git2