From 274189ee7ec608a096a2ac4404f3cb63fd136c27 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Tue, 15 Nov 2011 11:41:28 +0100 Subject: [PATCH] Removed superflous pointer in Contractor --- Contractor/Contractor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Contractor/Contractor.h b/Contractor/Contractor.h index 80d22e5b5..95f1388d0 100644 --- a/Contractor/Contractor.h +++ b/Contractor/Contractor.h @@ -628,7 +628,6 @@ private: LevelInformation * _levelInformation; _DynamicGraph* _graph; - std::vector * _components; unsigned edgeQuotionFactor; unsigned originalQuotientFactor; unsigned depthFactor;