From ff449c57c586916e689eaa4be27a84942cef884b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 25 May 2014 09:58:14 +0200 Subject: update and fix build --- package/ltrace/patches/patch-breakpoints_c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/ltrace/patches/patch-breakpoints_c (limited to 'package/ltrace/patches/patch-breakpoints_c') diff --git a/package/ltrace/patches/patch-breakpoints_c b/package/ltrace/patches/patch-breakpoints_c deleted file mode 100644 index 0c8d77c8b..000000000 --- a/package/ltrace/patches/patch-breakpoints_c +++ /dev/null @@ -1,14 +0,0 @@ ---- ltrace-0.7.3.orig/breakpoints.c 2013-09-09 11:46:54.000000000 +0200 -+++ ltrace-0.7.3/breakpoints.c 2013-10-16 11:26:00.000000000 +0200 -@@ -159,9 +159,10 @@ int - breakpoint_clone(struct breakpoint *retp, struct Process *new_proc, - struct breakpoint *bp, struct Process *old_proc) - { -+ __attribute__((unused))int rc; - struct library_symbol *libsym = NULL; - if (bp->libsym != NULL) { -- int rc = proc_find_symbol(new_proc, bp->libsym, NULL, &libsym); -+ rc = proc_find_symbol(new_proc, bp->libsym, NULL, &libsym); - assert(rc == 0); - } - -- cgit v1.2.3