Remove unused variables (nobug, r=askerin).

This commit is contained in:
Nicholas Hastings
2014-02-28 20:45:03 -05:00
parent 3c6dd2cb79
commit a98d277cf3
3 changed files with 0 additions and 4 deletions
-2
View File
@@ -380,7 +380,6 @@ DataTableInfo *CHalfLife2::_FindServerClass(const char *classname)
bool CHalfLife2::FindSendPropInfo(const char *classname, const char *offset, sm_sendprop_info_t *info)
{
DataTableInfo *pInfo;
sm_sendprop_info_t *prop;
if ((pInfo = _FindServerClass(classname)) == NULL)
{
@@ -435,7 +434,6 @@ bool CHalfLife2::FindDataMapInfo(datamap_t *pMap, const char *offset, sm_datatab
DataMapCache *cache = i->value;
sm_datatable_info_t *pNewTable;
if (!cache->retrieve(offset, pDataTable))
{
if (!UTIL_FindDataMapInfo(pMap, offset, pDataTable))