Remove unused line
This commit is contained in:
parent
9a5b15dc1e
commit
4fd02f6ee5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue