diff options
author | dgp <dgp@users.sourceforge.net> | 2013-02-22 19:10:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-02-22 19:10:32 (GMT) |
commit | 1a5673d6d18344e537492cd71188f158206362eb (patch) | |
tree | 9f173b26cfad7e09ecf287ae24bdf14d96edf3c1 /generic | |
parent | 4cc2a56649321df57c1b454033012816180da91e (diff) | |
download | tcl-1a5673d6d18344e537492cd71188f158206362eb.zip tcl-1a5673d6d18344e537492cd71188f158206362eb.tar.gz tcl-1a5673d6d18344e537492cd71188f158206362eb.tar.bz2 |
unused variables
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclAssembly.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c index c81788d..5786975 100644 --- a/generic/tclAssembly.c +++ b/generic/tclAssembly.c @@ -839,16 +839,11 @@ CompileAssembleObj( CompileEnv compEnv; /* Compilation environment structure */ register ByteCode *codePtr = NULL; /* Bytecode resulting from the assembly */ - register const AuxData * auxDataPtr; - /* Pointer to an auxiliary data element - * in a compilation environment being - * destroyed. */ Namespace* namespacePtr; /* Namespace in which variable and command * names in the bytecode resolve */ int status; /* Status return from Tcl_AssembleCode */ const char* source; /* String representation of the source code */ int sourceLen; /* Length of the source code in bytes */ - int i; /* |