fixed linux build

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401645
This commit is contained in:
David Anderson 2007-10-22 16:48:54 +00:00
parent af68caaf85
commit fe8594a96a

View File

@ -288,7 +288,6 @@ HandleError HandleSystem::MakePrimHandle(HandleType_t type,
{ {
HandleError err; HandleError err;
unsigned int owner_index = 0; unsigned int owner_index = 0;
bool retried_alloc = false;
if (owner && (IdentityHandle(owner, &owner_index) != HandleError_None)) if (owner && (IdentityHandle(owner, &owner_index) != HandleError_None))
{ {
@ -1050,3 +1049,4 @@ void HandleSystem::Dump(FILE *fp)
fprintf(fp, "0x%08x\t%-20.20s\t%-20.20s\n", index, owner, type); fprintf(fp, "0x%08x\t%-20.20s\t%-20.20s\n", index, owner, type);
} }
} }