diff options
| author | dgp@users.sourceforge.net <dgp> | 2013-02-22 19:10:32 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2013-02-22 19:10:32 (GMT) |
| commit | fa12c9f6c0722a37286e3cc64d00abb65baaf59c (patch) | |
| tree | 9f173b26cfad7e09ecf287ae24bdf14d96edf3c1 | |
| parent | 890c4b2884f34e9077ef8068850969c65238433b (diff) | |
| download | tcl-fa12c9f6c0722a37286e3cc64d00abb65baaf59c.zip tcl-fa12c9f6c0722a37286e3cc64d00abb65baaf59c.tar.gz tcl-fa12c9f6c0722a37286e3cc64d00abb65baaf59c.tar.bz2 | |
unused variables
| -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; /* |
