Removed a piece of leftover test code

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2682 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2007-01-28 03:24:09 +00:00
parent ebd6792112
commit 6198fc0f90
@@ -244,8 +244,6 @@ read_be_32 (uio_Stream *fp, uint32 *v)
static bool static bool
read_be_f80 (uio_Stream *fp, sint32 *v) read_be_f80 (uio_Stream *fp, sint32 *v)
{ {
double t1 = 1;
double t2 = 7500;
int sign, exp; int sign, exp;
int shift; int shift;
uint16 se; uint16 se;