aboutsummaryrefslogtreecommitdiff
path: root/biology/jellyfish/files/patch-sub__commands_count__main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'biology/jellyfish/files/patch-sub__commands_count__main.cc')
-rw-r--r--biology/jellyfish/files/patch-sub__commands_count__main.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/biology/jellyfish/files/patch-sub__commands_count__main.cc b/biology/jellyfish/files/patch-sub__commands_count__main.cc
deleted file mode 100644
index b4f2404b6cb2..000000000000
--- a/biology/jellyfish/files/patch-sub__commands_count__main.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- sub_commands/count_main.cc.orig 2018-04-16 12:46:09 UTC
-+++ sub_commands/count_main.cc
-@@ -360,7 +360,7 @@ int count_main(int argc, char *argv[])
- uint64_t max = args.upper_count_given ? args.upper_count_arg : std::numeric_limits<uint64_t>::max();
- try {
- merge_files(files, args.output_arg, header, min, max);
-- } catch(MergeError e) {
-+ } catch(MergeError &e) {
- err::die(err::msg() << e.what());
- }
- if(!args.no_unlink_flag) {