Remove a few stale TODOs.
[matthijs/master-project/cλash.git] / Translator.hs
index a94e3f44c39d0a7b8fcdbc99c232e76f52ef0bfa..92251eede3caf0dde2915ae9cf006f9078ce638f 100644 (file)
@@ -272,7 +272,6 @@ resolvFunc hsfunc = do
   -- when it is a builtin function.
   Monad.unless (Map.member hsfunc flatfuncmap) $ do
   Monad.unless (elem hsfunc VHDL.builtin_hsfuncs) $ do
-  -- TODO: Builtin functions
   -- New function, resolve it
   core <- getA tsCoreModule
   -- Find the named function