[mathic] 01/12: remove unused goto label, to silence compiler warnings
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sat Aug 5 00:52:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository mathic.
commit d787dbb465cb90f2e34d6108eb5d1385ff6951f9
Author: Mike Stillman <mikestillman1 at gmail.com>
Date: Tue May 23 21:55:16 2017 -0400
remove unused goto label, to silence compiler warnings
---
src/mathic/BinaryKDTree.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mathic/BinaryKDTree.h b/src/mathic/BinaryKDTree.h
index 3366ec4..f3b24b9 100755
--- a/src/mathic/BinaryKDTree.h
+++ b/src/mathic/BinaryKDTree.h
@@ -520,7 +520,7 @@ next:
break;
}
}
-next:
+//next:
if (_tmp.empty())
break;
node = _tmp.back();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathic.git
More information about the debian-science-commits
mailing list