Cosmetics.
[mtp.git] / path.cc
diff --git a/path.cc b/path.cc
index d38b88b..1c5ecd1 100644 (file)
--- a/path.cc
+++ b/path.cc
@@ -18,8 +18,6 @@
 
 #include "path.h"
 
-//////////////////////////////////////////////////////////////////////
-
 Path::Path(int l) {
   length = l;
   nodes = new int[length];