From: Francois Fleuret Date: Fri, 24 Aug 2012 00:30:27 +0000 (-0700) Subject: Cosmetics. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=commitdiff_plain;h=633971154a478e1a134f38f420655b93a9f2160d Cosmetics. --- 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);