Skip to content

Commit

Permalink
remove unused forward declared struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ivrodr-msft committed Jul 18, 2016
1 parent 682fa14 commit 64f6978
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Math/TensorView.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ namespace Microsoft { namespace MSR { namespace CNTK { namespace Test {
template <class ElemType> struct TensorTest;
}}}}

template <class ElemType> struct TensorTest;

// This class is exported from the Math.dll.
namespace Microsoft { namespace MSR { namespace CNTK {

Expand Down Expand Up @@ -155,7 +153,6 @@ class MATH_API TensorView

const Matrix<ElemType>& GetSOB() const { return *m_sob; }
Matrix<ElemType>& GetSOB() { return *m_sob; }
friend struct ::TensorTest<ElemType>;
friend Microsoft::MSR::CNTK::Test::TensorTest<ElemType>;

// -------------------------------------------------------------------
Expand Down

0 comments on commit 64f6978

Please sign in to comment.