Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Unused Variables, Unused Functions, and Worthless Functions #3

Closed
GoogleCodeExporter opened this issue Apr 1, 2015 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Started
  • Added labels: Maintainability, OpSys-All, Performance, Priority-Critical
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Working version finished ready for full testing.


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

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Attachments:

@GoogleCodeExporter
Copy link
Author

ALL CLOSED

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

  • Added labels: ****
  • Removed labels: ****

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant