Remove bad BigLong variants

This commit is contained in:
pkubaj 2019-04-04 13:20:24 +02:00 committed by drfrag
parent ff670651ec
commit 25fc00f64c

View file

@ -119,16 +119,6 @@ inline unsigned short BigShort(unsigned short x)
return x;
}
inline unsigned int BigLong(unsigned int &x)
{
return x;
}
inline int BigLong(int &x)
{
return x;
}
inline unsigned int BigLong(unsigned int x)
{
return x;