Skip to content

Commit

Permalink
Removed minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
azreika committed Nov 17, 2020
1 parent 3cd44f9 commit 3e180f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ast2ram/AstToRamTranslator.cpp
Expand Up @@ -301,8 +301,6 @@ Own<ram::Sequence> AstToRamTranslator::translateSCC(size_t scc, size_t idx) {
// make a new ram statement for the current SCC
VecOwn<ram::Statement> current;

// find out if the current SCC is recursive

// load all internal input relations from the facts dir with a .facts extension
const auto& sccInputRelations = sccGraph->getInternalInputRelations(scc);
for (const auto& relation : sccInputRelations) {
Expand Down

0 comments on commit 3e180f3

Please sign in to comment.