[Forensics-changes] [yara] 263/407: Remove debugging statement.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:28:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.3.0
in repository yara.
commit 686968659f457fe03a4346d81bf85795d064a5c5
Author: Wesley Shields <wxs at atarininja.org>
Date: Sat Dec 27 15:49:35 2014 -0500
Remove debugging statement.
---
libyara/modules/tests.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libyara/modules/tests.c b/libyara/modules/tests.c
index 3743dba..93b6ee6 100644
--- a/libyara/modules/tests.c
+++ b/libyara/modules/tests.c
@@ -27,7 +27,6 @@ define_function(double_sum)
if (a == UNDEFINED || b == UNDEFINED)
return_double(UNDEFINED);
- printf("\n%f\n", a + b);
return_double(a + b);
}
--
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