From efbeab58a57b2763a23879632db8378d4516290c Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Thu, 30 Oct 2014 03:23:21 +0300 Subject: [PATCH] comparison: oops. forgot to commit a chunk. I moved this to smatch.h file and forgot to commit this. Signed-off-by: Dan Carpenter --- smatch_comparison.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/smatch_comparison.c b/smatch_comparison.c index a6923587..c46f9964 100644 --- a/smatch_comparison.c +++ b/smatch_comparison.c @@ -35,13 +35,6 @@ static int compare_id; static int link_id; -struct compare_data { - const char *var1; - struct var_sym_list *vsl1; - int comparison; - const char *var2; - struct var_sym_list *vsl2; -}; ALLOCATOR(compare_data, "compare data"); static struct symbol *vsl_to_sym(struct var_sym_list *vsl) -- 2.11.4.GIT