Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Caolán McNamara committed Aug 21, 2022
1 parent c0b78f9 commit 289a665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ int main(int argc, char** argv)
printf(" meaning %d: %s\n",i,pm->defn);
for (int j=0; j < pm->count; j++) {
std::vector<std::string> gen;
int l = 0;
if (pH && oldbuf[0]) gen = pH->generate(pm->psyns[j], oldbuf);
if (!gen.empty()) {
printf(" %s",gen[0].c_str());
Expand Down

0 comments on commit 289a665

Please sign in to comment.