diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 23:43:49 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 23:43:49 +0100 |
commit | 47d62840a0a17ab1d9abf62acd4542370fe5b7ad (patch) | |
tree | 8258e868d6976162c54cfaaf866cea1b08d9a5c7 /community/gource/logmill.patch | |
parent | 238b6bccbab3b844079fa109d5cee096b81756d3 (diff) | |
download | aports-47d62840a0a17ab1d9abf62acd4542370fe5b7ad.tar.bz2 aports-47d62840a0a17ab1d9abf62acd4542370fe5b7ad.tar.xz |
Remove unused patches in community/
These patches are no longer used
Diffstat (limited to 'community/gource/logmill.patch')
-rw-r--r-- | community/gource/logmill.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/gource/logmill.patch b/community/gource/logmill.patch deleted file mode 100644 index 4ed4e998f9..0000000000 --- a/community/gource/logmill.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/logmill.cpp.orig -+++ ./src/logmill.cpp -@@ -176,7 +176,7 @@ RCommitLog* RLogMill::fetchLog(std::string& log_format) { - logfile = repo_path.string(); - } - } -- } catch(boost::filesystem3::filesystem_error& error) { -+ } catch(boost::filesystem::filesystem_error& error) { - } - } - |