Skip to content

Commit

Permalink
Removed obsolete Bit'1 to Bit hard coded type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaulweber committed Nov 30, 2017
1 parent 4e88829 commit c25d42a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/analyze/TypeCheckPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ void TypeCheckVisitor::visit( BasicType& node )
{
node.setType( libstdhl::Memory::get< libcasm_ir::BooleanType >() );
}
else if( name == TYPE_STRING_BINARY ) // PPA: REMOVE: drop this basic type support, use alias!
{
node.setType( libstdhl::Memory::get< libcasm_ir::BinaryType >( 1 ) );
}
else if( name == TYPE_STRING_INTEGER )
{
node.setType( libstdhl::Memory::get< libcasm_ir::IntegerType >() );
Expand Down

0 comments on commit c25d42a

Please sign in to comment.