diff --git a/openair1/PHY/MODULATION/beamforming.c b/openair1/PHY/MODULATION/beamforming.c
index d2336f6187792869fdd286c94d8831d3b43e6156..91489b83c54960eda5cd1797728ff0fc3cf07f8b 100644
--- a/openair1/PHY/MODULATION/beamforming.c
+++ b/openair1/PHY/MODULATION/beamforming.c
@@ -47,7 +47,7 @@ int beam_precoding(int32_t **txdataF,
                    int aa)
 {
   uint8_t p;
-  uint16_t re=0;
+  //uint16_t re=0;
   int slot_offset_F;
   
   slot_offset_F = slot*(frame_parms->ofdm_symbol_size)*((frame_parms->Ncp==1) ? 6 : 7);