[Forensics-changes] [yara] 150/192: Remove unused struct field

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:31:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.6.0
in repository yara.

commit c08cbfb2e949d9dbd8b9c41da9d2c2033b6c3209
Author: plusvic <plusvic at gmail.com>
Date:   Tue Apr 25 16:21:39 2017 +0200

    Remove unused struct field
---
 libyara/include/yara/types.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libyara/include/yara/types.h b/libyara/include/yara/types.h
index e408556..4cf997e 100644
--- a/libyara/include/yara/types.h
+++ b/libyara/include/yara/types.h
@@ -293,8 +293,6 @@ typedef YR_AC_MATCH_TABLE_ENTRY*  YR_AC_MATCH_TABLE;
 
 typedef struct _YARA_RULES_FILE_HEADER
 {
-  uint32_t version;
-
   DECLARE_REFERENCE(YR_RULE*, rules_list_head);
   DECLARE_REFERENCE(YR_EXTERNAL_VARIABLE*, externals_list_head);
   DECLARE_REFERENCE(uint8_t*, code_start);

-- 
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