commit | 489dd595d74bc926946827056fb9ddeaa9b05fb8 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Thu Nov 17 22:43:56 2016 +0100 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Fri Nov 18 08:52:32 2016 -0500 |
tree | 91536d890d6504634d745e7df95931255d03e1fe | |
parent | a441d51011260652deec2acd33c6d41d7a88abd1 [diff] |
libselinux: audit2why: remove unused module_state structure This structure has been empty since its introduction and makes clang complain when $(filter-out -Werror, $(CFLAGS)) is removed in the Makefile target for audit2why.lo: audit2why.c:443:1: error: empty struct has size 0 in C, size 1 in C++ [-Werror,-Wc++-compat] struct module_state { ^ 1 error generated. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>