wtfbbqhax / thz

Official mirror of the THZ Tremulous hacks
Other
1 stars 0 forks source link

Unused Variables, Unused Functions, and Worthless Functions #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Unused Variables
I counted 23 variables with the majority being Arrays and/or large structures

2. Unused Functions
There are some functions just sitting around which don't have a single Call

3. Worthless Functions
I don't know what to call these, they apparently used to do something but
any relevant code has been removed so mathematical transformations are done
to on empty variables.

Solution:

By cleaning up the source a bit THZ's memory footprint can greatly be
decreased. 

Target:

thz-4.3.0

Original issue reported on code.google.com by MoarTree...@gmail.com on 2 Jan 2009 at 10:23

GoogleCodeExporter commented 9 years ago

Original comment by MoarTree...@gmail.com on 2 Jan 2009 at 10:25

GoogleCodeExporter commented 9 years ago
Working version finished ready for full testing.

Original comment by MoarTree...@gmail.com on 8 Jan 2009 at 9:05

Attachments:

GoogleCodeExporter commented 9 years ago
ALL CLOSED

Original comment by MoarTree...@gmail.com on 19 Feb 2009 at 4:57