From e0ba1c79db652e71535cf56f842a23d14b217994 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 6 Nov 2014 21:55:01 +0100 Subject: [PATCH] Stylistic changes. --- ExpressionCompiler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ExpressionCompiler.cpp b/ExpressionCompiler.cpp index 324cd10d0..da054920d 100644 --- a/ExpressionCompiler.cpp +++ b/ExpressionCompiler.cpp @@ -372,9 +372,7 @@ void ExpressionCompiler::appendTypeConversion(Type const& _typeOnStack, Type con if (_typeOnStack == _targetType && !_cleanupNeeded) return; if (_typeOnStack.getCategory() == Type::Category::INTEGER) - { appendHighBitsCleanup(dynamic_cast(_typeOnStack)); - } else if (_typeOnStack != _targetType) { // All other types should not be convertible to non-equal types.