From bd516dedb43a350cdde459b5984bcdb76d3906ce Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sat, 16 Apr 2016 18:07:16 +0200 Subject: [PATCH] lib/libdvbsub/tools.h unused Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c804997045ed4eb1900225be928fbd9c1021c26b Author: Jacek Jendrzej Date: 2016-04-16 (Sat, 16 Apr 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- lib/libdvbsub/tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libdvbsub/tools.h b/lib/libdvbsub/tools.h index ed3a2dea3..3786d52aa 100644 --- a/lib/libdvbsub/tools.h +++ b/lib/libdvbsub/tools.h @@ -120,8 +120,8 @@ private: mutable int allocated; mutable int size; mutable T *data; - cVector(const cVector &Vector) {} // don't copy... - cVector &operator=(const cVector &Vector) { return *this; } // ...or assign this! +// cVector(const cVector &Vector) {} // don't copy... +// cVector &operator=(const cVector &Vector) { return *this; } // ...or assign this! void Realloc(int Index) const { if (++Index > allocated) {