Skip to content

Commit

Permalink
Delete a duplicate method not caught by the compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Apr 10, 2015
1 parent cfc9422 commit 7d31774
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions clop/ct/program.d
Expand Up @@ -478,11 +478,6 @@ struct Program
return "";
}

auto generate_ndrange (ParseTree t)
{
return "";
}

string generate_ndrange(ParseTree t)
{
string s = "";
Expand Down

0 comments on commit 7d31774

Please sign in to comment.