Content deleted Content added
m Reverted edits by 81.174.231.169 (talk) to last version by Drt1245 |
Importing Wikidata short description: "Variable which is defined but never used" |
||
Line 1:
{{Short description|Variable which is defined but never used}}
{{Unreferenced|date=February 2007}}
An '''unreferenced variable''' in the [[source code]] of a [[computer program]] is a [[Variable (programming)|variable]] that is defined but which is never used. This may result in a harmless waste of memory. Many [[compiler]]s detect such variables and do not allocate storage for them (i.e., "optimize away" their storage), generally also issuing a warning as they do.
|