X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=path.cc;h=1c5ecd130399fba82bbc30bac6bec71e27ae1a69;hb=7704ecb19140055b21e1012cd0d394f2a6db98eb;hp=d38b88b6f8e6edc309d2a60f0165792a3127fc86;hpb=c8a37f33eb29f651fed648a48918390f0da1eefb;p=mtp.git 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];