More code cleanup.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402746
This commit is contained in:
Davis King 2008-12-22 17:56:50 +00:00
parent 659aef23d2
commit a5871cdc69
1 changed files with 0 additions and 20 deletions

View File

@ -98,26 +98,6 @@ namespace dlib
// ----------------------------------------------------------------------------------------
/* TODO remove this
template <
typename OP
>
class matrix_zeroary_exp;
template <
typename M,
typename OP
>
class matrix_unary_exp;
template <
typename M1,
typename M2,
typename OP
>
class matrix_binary_exp;
*/
struct has_destructive_aliasing
{
template <typename M, typename U, long iNR, long iNC, typename MM, typename L >