summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/nsr-recon/src/recon_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/nsr-recon/src/recon_driver.h')
-rw-r--r--xlators/cluster/nsr-recon/src/recon_driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/cluster/nsr-recon/src/recon_driver.h b/xlators/cluster/nsr-recon/src/recon_driver.h
index 8d87e29af..3efb26269 100644
--- a/xlators/cluster/nsr-recon/src/recon_driver.h
+++ b/xlators/cluster/nsr-recon/src/recon_driver.h
@@ -13,7 +13,6 @@
#include "api/src/glfs.h"
-#include <setjmp.h>
#define MAX_HOSTNAME_LEN 32
#define MAXIMUM_REPLICA_STRENGTH 8
@@ -260,7 +259,6 @@ typedef struct _nsr_recon_driver_ctxt {
uint32_t reconciliator_index;
uint32_t term;
uint32_t current_term;
- jmp_buf *env;
nsr_mode_t mode; // default set to seq
#if defined(NSR_DEBUG)
FILE *fp;