[apps/code] Remove unneeded code

This commit is contained in:
Léa Saviot
2020-04-02 13:37:04 +02:00
committed by Émilie Feral
parent 332cd0ed3a
commit 044dc706cb
3 changed files with 1 additions and 123 deletions

View File

@@ -113,7 +113,6 @@ bool VariableBoxController::addNodesFromImportMaybe(mp_parse_node_struct_t * par
bool loadModuleContent = structKindIsImportWithoutFrom;
// TODO from ScriptStore
size_t childNodesCount = MP_PARSE_NODE_STRUCT_NUM_NODES(parseNode);
for (int i = 0; i < childNodesCount; i++) {
mp_parse_node_t child = parseNode->nodes[i];