From 633971154a478e1a134f38f420655b93a9f2160d Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 23 Aug 2012 17:30:27 -0700 Subject: [PATCH] Cosmetics. --- path.cc | 2 -- tracker.h | 1 - 2 files changed, 3 deletions(-) diff --git a/path.cc b/path.cc index d38b88b..1c5ecd1 100644 --- a/path.cc +++ b/path.cc @@ -18,8 +18,6 @@ #include "path.h" -////////////////////////////////////////////////////////////////////// - Path::Path(int l) { length = l; nodes = new int[length]; diff --git a/tracker.h b/tracker.h index 9d3e018..de6931d 100644 --- a/tracker.h +++ b/tracker.h @@ -33,7 +33,6 @@ class Tracker { int *_entrances, *_exits; MTPGraph *_graph; - int *_edge_occupation; scalar_t *_edge_lengths; public: Tracker(int nb_time_steps, int nb_locations); -- 2.20.1