From 488933eddc4cce759411bfeee61b9e711f9dd3bd Mon Sep 17 00:00:00 2001
From: Elena_Lukashova <elena.lukashova@eurecom.fr>
Date: Mon, 13 Mar 2017 17:04:36 +0100
Subject: [PATCH] Removing unnecessary minus_one and plus_one.

---
 openair1/PHY/LTE_TRANSPORT/vars.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/openair1/PHY/LTE_TRANSPORT/vars.h b/openair1/PHY/LTE_TRANSPORT/vars.h
index 98caf16d3e..4845ab6925 100644
--- a/openair1/PHY/LTE_TRANSPORT/vars.h
+++ b/openair1/PHY/LTE_TRANSPORT/vars.h
@@ -61,8 +61,6 @@ unsigned char ue_power_offsets[25] = {14,11,9,8,7,6,6,5,4,4,4,3,3,3,2,2,2,1,1,1,
 
 short conjugate[8]__attribute__((aligned(16))) = {-1,1,-1,1,-1,1,-1,1};
 short conjugate2[8]__attribute__((aligned(16))) = {1,-1,1,-1,1,-1,1,-1};
-short minus_one[8]__attribute__((aligned(16))) = {-1,-1,-1,-1,-1,-1,-1,-1};
-short plus_one[8]__attribute__((aligned(16))) = {1,1,1,1,1,1,1,1};
 
 int qam64_table[8],qam16_table[4];
 
-- 
2.26.2