4d330d0d31
This variable is declared in a header file, but never defined or used. The te_assert structure definition is only used in this declaration, so remove both. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
6 lines
89 B
C
6 lines
89 B
C
#ifndef _CHECKPOLICY_H_
|
|
#define _CHECKPOLICY_H_
|
|
|
|
extern unsigned int policyvers;
|
|
|
|
#endif
|