Tcl Source Code

View Ticket
Login
Ticket UUID: 562383
Title: unused code in [expr] compiler
Type: Bug Version: None
Submitter: msofer Created on: 2002-05-30 14:43:36
Subsystem: 47. Bytecode Compiler Assigned To: msofer
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-05-30 22:04:34
Resolution: Fixed Closed By: msofer
    Closed on: 2002-05-30 15:04:34
Description:
The fields "exprIsJustVarRef" and "exprIsComparison" of
the ExprInfo and CompileEnv structs are unused since
dec 1999 (starting with revision 1.18 of tclCompile.c).

The attached patch removes all reference to these
unused fields.
User Comments: msofer added on 2002-05-30 22:04:34:
Logged In: YES 
user_id=148712

Committed to HEAD.

msofer added on 2002-05-30 21:43:36:

File Added - 24046: exprCleanup.diff

Attachments: