From 5eec8c95e7ed4e4261f4afc943c7fc792cc95365 Mon Sep 17 00:00:00 2001 From: Alvaro Neira Ayuso Date: Mon, 12 Jan 2015 10:03:27 +0000 Subject: evaluate: clean up unused variables (pctx) Signed-off-by: Alvaro Neira Ayuso Signed-off-by: Patrick McHardy --- src/evaluate.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/evaluate.c b/src/evaluate.c index 53f3cf0a..d24d4ccf 100644 --- a/src/evaluate.c +++ b/src/evaluate.c @@ -1563,7 +1563,6 @@ static int nat_evaluate_transport(struct eval_ctx *ctx, struct stmt *stmt, static int stmt_evaluate_nat(struct eval_ctx *ctx, struct stmt *stmt) { - struct proto_ctx *pctx = &ctx->pctx; int err; err = nat_evaluate_family(ctx, stmt); @@ -1587,7 +1586,6 @@ static int stmt_evaluate_nat(struct eval_ctx *ctx, struct stmt *stmt) static int stmt_evaluate_masq(struct eval_ctx *ctx, struct stmt *stmt) { - struct proto_ctx *pctx = &ctx->pctx; int err; err = nat_evaluate_family(ctx, stmt); @@ -1600,7 +1598,6 @@ static int stmt_evaluate_masq(struct eval_ctx *ctx, struct stmt *stmt) static int stmt_evaluate_redir(struct eval_ctx *ctx, struct stmt *stmt) { - struct proto_ctx *pctx = &ctx->pctx; int err; err = nat_evaluate_family(ctx, stmt); -- cgit v1.2.3