Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 5c247af

Browse files
committed
cc: remove unnecessary comment
1 parent c73ed86 commit 5c247af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cc/core/Mat.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ NAN_METHOD(Mat::Row) {
411411
row->Set(c, jsVec);
412412
}
413413
} else {
414-
// NOTE: std::to_string might not work on mingw.
415414
return Nan::ThrowError(Nan::New("not implemented yet - mat type:" + std::to_string(mat.type())).ToLocalChecked());
416415
}
417416
} catch(std::exception &e) {

0 commit comments

Comments
 (0)