summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/providers/dp_backend.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h
index 53a382ac4..6496697dd 100644
--- a/src/providers/dp_backend.h
+++ b/src/providers/dp_backend.h
@@ -131,7 +131,6 @@ struct bet_ops {
be_req_fn_t finalize;
};
-#define MAX_BE_REQ_RESTARTS 2
#define REQ_PHASE_ACCESS 0
#define REQ_PHASE_SELINUX 1
@@ -143,8 +142,6 @@ struct be_req {
be_async_callback_t fn;
void *pvt;
- int restarts;
-
/* This is utilized in access provider
* request handling to indicate if access or
* selinux provider is calling the callback.