summaryrefslogtreecommitdiff
path: root/macros/SymbolTable/ST_GetInArgInfo.sci
diff options
context:
space:
mode:
authorsiddhu89902016-10-18 10:31:23 +0530
committersiddhu89902016-10-18 10:31:23 +0530
commit52de97290366abe6cfb0576ca19d9c1732c1f0ea (patch)
treec2effe8b6e60c112b126f1d39ddb0d82253dc4e9 /macros/SymbolTable/ST_GetInArgInfo.sci
parent9a30882032e80661fe6c69d7c50da0154e4e431f (diff)
downloadscilab2c-52de97290366abe6cfb0576ca19d9c1732c1f0ea.tar.gz
scilab2c-52de97290366abe6cfb0576ca19d9c1732c1f0ea.tar.bz2
scilab2c-52de97290366abe6cfb0576ca19d9c1732c1f0ea.zip
Suppressed declaration of not required variables and functions
Diffstat (limited to 'macros/SymbolTable/ST_GetInArgInfo.sci')
-rw-r--r--macros/SymbolTable/ST_GetInArgInfo.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/SymbolTable/ST_GetInArgInfo.sci b/macros/SymbolTable/ST_GetInArgInfo.sci
index 03b067a1..27069310 100644
--- a/macros/SymbolTable/ST_GetInArgInfo.sci
+++ b/macros/SymbolTable/ST_GetInArgInfo.sci
@@ -47,7 +47,7 @@ UpdatedInArg = InArg;
for cntinarg = 1:NInArg
tmpname = InArg(cntinarg).Name;
- tmpscope = InArg(cntinarg).Scope;
+ tmpscope = InArg(cntinarg).Scope;
lengthNumber = length('Number_');
if (part(tmpscope,1:lengthNumber) == 'Number_')
// #RNU_RES_B