From 7d216c3591fed72d400474937c22a2b42e226c39 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Thu, 16 Jun 2016 12:21:17 +0200
Subject: [PATCH] [T/NL] Remove unused pnts.

---
 Tests/NumLib/TestExtrapolation.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Tests/NumLib/TestExtrapolation.cpp b/Tests/NumLib/TestExtrapolation.cpp
index 341debb750b..9e509a69068 100644
--- a/Tests/NumLib/TestExtrapolation.cpp
+++ b/Tests/NumLib/TestExtrapolation.cpp
@@ -52,7 +52,6 @@ void fillVectorRandomly(Vector& x)
     std::random_device rd;
     std::mt19937 random_number_generator(rd());
     std::uniform_real_distribution<double> rnd;
-    std::vector<GeoLib::Point> pnts;
 
     using Index = typename MathLib::MatrixVectorTraits<Vector>::Index;
     Index const size = x.size();
-- 
GitLab