Compare commits
1 Commits
84c8394ae7
...
bdb74c8ae7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bdb74c8ae7 |
@@ -181,10 +181,6 @@ static map<char, SgType*> FunctionImplicitCheck(SgStatement* function, const map
|
|||||||
|
|
||||||
void ImplicitCheck(SgFile* file)
|
void ImplicitCheck(SgFile* file)
|
||||||
{
|
{
|
||||||
if (file->filename() == std::string("add.f"))
|
|
||||||
{
|
|
||||||
file->unparsestdout();
|
|
||||||
}
|
|
||||||
map<SgStatement*, map<char, SgType*>> typesByFunctions;
|
map<SgStatement*, map<char, SgType*>> typesByFunctions;
|
||||||
|
|
||||||
for (int func = 0; func < file->numberOfFunctions(); ++func)
|
for (int func = 0; func < file->numberOfFunctions(); ++func)
|
||||||
@@ -194,9 +190,4 @@ void ImplicitCheck(SgFile* file)
|
|||||||
}
|
}
|
||||||
|
|
||||||
typesByFunctions.clear();
|
typesByFunctions.clear();
|
||||||
|
|
||||||
if (file->filename() == std::string("add.f"))
|
|
||||||
{
|
|
||||||
file->unparsestdout();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user