Removed the Tjabatjena comment that the compiler generated.

This commit is contained in:
Samuel Hammersberg 2023-03-29 14:41:52 +02:00
parent 100b7b113a
commit 82f1b38f1b

View file

@ -390,7 +390,6 @@ emitECased t e cases = do
cTypes <- gets customTypes
if Map.member topT' cTypes
then do
emit . Comment $ "tjabatjena"
deref <- getNewVar
emit $ SetVariable deref (ExtractValue botT' (VIdent casted Ptr) i)
emit $ SetVariable x (Load topT' Ptr deref)