diff --git a/checkpolicy/checkpolicy.h b/checkpolicy/checkpolicy.h index 3868f1fa..f127687e 100644 --- a/checkpolicy/checkpolicy.h +++ b/checkpolicy/checkpolicy.h @@ -1,20 +1,6 @@ #ifndef _CHECKPOLICY_H_ #define _CHECKPOLICY_H_ -#include - -typedef struct te_assert { - ebitmap_t stypes; - ebitmap_t ttypes; - ebitmap_t tclasses; - int self; - sepol_access_vector_t *avp; - unsigned long line; - struct te_assert *next; -} te_assert_t; - -te_assert_t *te_assertions; - extern unsigned int policyvers; #endif