removing cruft

This commit is contained in:
Davis King 2016-01-24 07:12:32 -05:00
parent cc5a62cd0b
commit 504dff2d63
1 changed files with 0 additions and 1 deletions

View File

@ -407,7 +407,6 @@ namespace dlib
const tensor& b
)
{
// TODO, do on GPU?
DLIB_CASSERT(a.size() == b.size(), "");
const float* da = a.host();
const float* db = b.host();