[Forensics-changes] [yara] 07/15: Remove unused variable
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:33:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.6.2
in repository yara.
commit fd9eefd65b9e8461aa3ef8369b5500f98361b251
Author: Victor M. Alvarez <plusvic at gmail.com>
Date: Mon Jun 19 16:17:54 2017 +0200
Remove unused variable
---
libyara/re.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libyara/re.c b/libyara/re.c
index 2320e8d..6a98431 100644
--- a/libyara/re.c
+++ b/libyara/re.c
@@ -1617,13 +1617,11 @@ int _yr_re_fiber_sync(
RE_FIBER* fiber;
RE_FIBER* last;
- RE_FIBER* prev;
RE_FIBER* next;
RE_FIBER* branch_a;
RE_FIBER* branch_b;
fiber = fiber_to_sync;
- prev = fiber_to_sync->prev;
last = fiber_to_sync->next;
while (fiber != last)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list