toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] TooN/internal allocator.hh


From: Gerhard Reitmayr
Subject: [Toon-members] TooN/internal allocator.hh
Date: Thu, 02 Apr 2009 13:32:40 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Gerhard Reitmayr <gerhard>      09/04/02 13:32:40

Modified files:
        internal       : allocator.hh 

Log message:
        removed unused arguments

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/allocator.hh?cvsroot=toon&r1=1.23&r2=1.24

Patches:
Index: allocator.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/allocator.hh,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- allocator.hh        31 Mar 2009 04:25:54 -0000      1.23
+++ allocator.hh        2 Apr 2009 13:32:40 -0000       1.24
@@ -52,7 +52,7 @@
        VectorAlloc(int /*s*/) { }
 
        template<class Op>
-       VectorAlloc(const Operator<Op>& op) {}
+       VectorAlloc(const Operator<Op>&) {}
 
        int size() const {
                return Size;
@@ -198,7 +198,7 @@
        {}
 
        template <class Op>
-       MatrixAlloc(const Operator<Op>& op)
+       MatrixAlloc(const Operator<Op>&)
        {}
 
        int num_rows() const {
@@ -288,7 +288,7 @@
        StrideHolder(int){}
 
        template<class Op>
-       StrideHolder(const Operator<Op>& op) {}
+       StrideHolder(const Operator<Op>&) {}
 
        int stride() const{
                return s;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]