Changeset 261

Show
Ignore:
Timestamp:
11/04/06 17:53:16 (2 years ago)
Author:
scorfield
Message:

Fixes #150 by removing the unused local variables.

Location:
framework/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/fuseboxApplication.cfc

    r260 r261  
    9393                                        hint="I am the myFusebox data structure." /> 
    9494                 
    95                 <cfset var myVersion = "5.0.1.#REReplace('$LastChangedRevision$','\$.* \([0-9]+\) \$','\1')#" /> 
     95                <cfset var myVersion = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#" /> 
    9696 
    9797                <cfset variables.factory = createObject("component","fuseboxFactory").init() /> 
  • framework/trunk/fuseboxCircuit.cfc

    r254 r261  
    194194         
    195195                <cfset var f = arguments.writer.setFuseaction(arguments.fuseaction) /> 
    196                 <cfset var i = 0 /> 
    197                 <cfset var n = 0 /> 
    198196 
    199197                <cfset compilePreOrPostFuseaction(arguments.writer,"pre") /> 
  • framework/trunk/myFusebox.cfc

    r260 r261  
    5656        this.version.parser      = "unknown"; 
    5757           
    58         this.version.runtime     = "5.0.1.#REReplace('$LastChangedRevision$','\$.* \([0-9]+\) \$','\1')#"; 
     58        this.version.runtime     = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#"; 
    5959           
    6060        this.thisCircuit = "";