Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid authored Jul 8, 2024
1 parent ff2d15b commit cd22651
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lpython/python_evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,6 @@ std::string PythonCompiler::aggregate_type_to_string(const struct EvalResult &r)
if (asr_type->type == ASR::ttypeType::List) {
int32_t size = *(int32_t*)(((char*)data)+offsets[0]);
void *array = *(void**)(((char*)data)+offsets[2]);
// int32_t capacity = *(int32_t*)(((char*)data)+offsets[1]);
// std::cout << "size: " << size << " capacity: " << capacity << " array: " << array << std::endl;
ASR::ttype_t *element_ttype = ASR::down_cast<ASR::List_t>(asr_type)->m_type;

result += "[";
Expand Down

0 comments on commit cd22651

Please sign in to comment.