Skip to content

Commit

Permalink
Merge pull request #453 from andreasfertig/removeDeadCode
Browse files Browse the repository at this point in the history
Deleted unused function.
  • Loading branch information
andreasfertig authored Feb 21, 2022
2 parents 1508ca7 + 31b3600 commit a4c4796
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CodeGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ static std::string AccessToStringWithColon(const AccessSpecifier& access)
}
//-----------------------------------------------------------------------------

static std::string AccessToStringWithColon(const FunctionDecl& decl)
{
return AccessToStringWithColon(decl.getAccess());
}
//-----------------------------------------------------------------------------

static std::string_view GetCastName(const CastKind castKind)
{
if(is{castKind}.any_of(CastKind::CK_BitCast, CastKind::CK_IntegralToPointer)) {
Expand Down

0 comments on commit a4c4796

Please sign in to comment.