IVGCVSW-5401 Remove unused variable.

Signed-off-by: David Monahan <david.monahan@arm.com>
Change-Id: I127e6923f257bb4094485aa1716ead1067cf8d34
diff --git a/delegate/src/Fill.hpp b/delegate/src/Fill.hpp
index c9fd159..23f332f 100644
--- a/delegate/src/Fill.hpp
+++ b/delegate/src/Fill.hpp
@@ -52,7 +52,6 @@
     }
 
     armnn::TensorInfo inputTensorInfo  = GetTensorInfoForTfLiteTensor(tfLiteInputTensor);
-    const armnn::TensorInfo& fillTensorInfo   = GetTensorInfoForTfLiteTensor(tfLiteFillTensor);
     const armnn::TensorInfo& outputTensorInfo = GetTensorInfoForTfLiteTensor(tfLiteOutputTensor);
 
     armnn::FillDescriptor descriptor;