From 4e86498731a1e31e313e6f60f73344e0506fd29b Mon Sep 17 00:00:00 2001 From: Stephan Brunner Date: Tue, 1 Nov 2022 10:44:26 +0100 Subject: Remove unused variable. --- accel-pppd/radius/acct.c | 1 - 1 file changed, 1 deletion(-) diff --git a/accel-pppd/radius/acct.c b/accel-pppd/radius/acct.c index 8b3f95d5..d8488592 100644 --- a/accel-pppd/radius/acct.c +++ b/accel-pppd/radius/acct.c @@ -42,7 +42,6 @@ static int req_set_RA(struct rad_req_t *req, const char *secret) static int req_set_stat(struct rad_req_t *req, struct ap_session *ses) { struct rtnl_link_stats64 stats; - struct radius_pd_t *rpd = req->rpd; struct timespec ts; int ret = 0; -- cgit v1.2.3