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 | 0f4f2c96dbb37a7c1608a39301529456c0a52880 (patch) | |
tree | 9f173b26cfad7e09ecf287ae24bdf14d96edf3c1 /generic/tclAssembly.c | |
parent | 69d70d74daaeb3e28f9e6f851396324e7ce383fb (diff) | |
download | tcl-0f4f2c96dbb37a7c1608a39301529456c0a52880.zip tcl-0f4f2c96dbb37a7c1608a39301529456c0a52880.tar.gz tcl-0f4f2c96dbb37a7c1608a39301529456c0a52880.tar.bz2 |
unused variables
Diffstat (limited to 'generic/tclAssembly.c')
-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; /* |