diff --git a/src/analysis/Analysis.h b/src/analysis/Analysis.h
index ed6f6d270e2b76dc0e83a78e6b69aee85ed0a94f..4457da7324142224f7f501e23e5f981fb001e65d 100644
--- a/src/analysis/Analysis.h
+++ b/src/analysis/Analysis.h
@@ -55,12 +55,6 @@ private:
   unsigned freq;
 /// Number of data point we need to run analysis
   unsigned ndata;
-/// The temperature at which we are running the calculation
-  double simtemp;
-/// The temperature at which we want the histogram
-  double rtemp;
-/// Do we need the energy (are we reweighting at a different temperature)
-  bool needeng;
 /// The piece of data we are inserting
   unsigned idata;
 /// The weights of all the data points