]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/blobdiff - src/complexmat.cu
complexmat.cu: Remove unused member foreign_data
[hercules2020/kcf.git] / src / complexmat.cu
index a2134c27e8ce5abd165c25c71cc21538f9aedf8f..d06e66fa4cc1dcdc7ef90d6c30473026393a9cdf 100644 (file)
@@ -268,7 +268,6 @@ void ComplexMat::operator=(ComplexMat &rhs)
     rows = rhs.rows;
     n_channels = rhs.n_channels;
     n_scales = rhs.n_scales;
-    foreign_data = true;
 
     p_data = rhs.p_data;
 }