Skip to content

Commit

Permalink
Removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
lyncmi07 committed Sep 1, 2019
1 parent 7f35586 commit f5f4b83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Com/NoSyn/Ast/If/Parameter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ instance Typeable Parameter where
atomicTypeName <- lookupAtomicNoSynType paramType aliasEnvironment
return $ atomicTypeName ++ "VARAD"

getAtomicTypeName pg paramType = lookupAtomicNoSynType paramType

instance Blockable Parameter where
blockSeparator _ = ", "

Expand Down

0 comments on commit f5f4b83

Please sign in to comment.