Remove unused line

This commit is contained in:
Behdad Esfahbod 2019-03-29 17:57:59 -07:00
parent 9a5b15dc1e
commit 4fd02f6ee5
1 changed files with 0 additions and 1 deletions

View File

@ -742,7 +742,6 @@ template <typename Type>
struct BEInt<Type, 4>
{
public:
typedef Type type;
BEInt<Type, 4>& operator = (Type V)
{
v[0] = (V >> 24) & 0xFF;