[mathic] 61/62: Removed block of copy constructor.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Apr 1 11:36:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository mathic.

commit 66b5d74f8417459414cbf3753cfa9a0128483cbd
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Tue Aug 27 17:09:52 2013 +0200

    Removed block of copy constructor.
---
 src/mathic/ComTree.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mathic/ComTree.h b/src/mathic/ComTree.h
index fdbb94d..8ca8549 100755
--- a/src/mathic/ComTree.h
+++ b/src/mathic/ComTree.h
@@ -105,7 +105,6 @@ namespace mathic {
     bool isValid() const;
 
   private:
-    ComTree(const ComTree&); // not available
     ComTree& operator=(const ComTree& tree) const; // not available
 
     Entry* _array;

-- 
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