diff --git a/openair1/SIMULATION/LTE_PHY/dlsim.c b/openair1/SIMULATION/LTE_PHY/dlsim.c
index 6bb64e5c25de28cd9fdc8366af09d0dca30c9907..fbb88bf052773478cd9b1366f0705cb6889c01c1 100644
--- a/openair1/SIMULATION/LTE_PHY/dlsim.c
+++ b/openair1/SIMULATION/LTE_PHY/dlsim.c
@@ -185,7 +185,7 @@ int main(int argc, char **argv)
   unsigned int coded_bits_per_codeword=0,nsymb,dci_cnt,tbs=0;
 
   unsigned int tx_lev=0,tx_lev_dB=0,trials,errs[4]= {0,0,0,0},errs2[4]= {0,0,0,0},round_trials[4]= {0,0,0,0},dci_errors=0,dlsch_active=0;//,num_layers;
-  //  int re_allocated;
+  int re_allocated;
   char fname[32],vname[32];
   FILE *bler_fd;
   char bler_fname[256];