Skip to content

Commit

Permalink
remove some todos
Browse files Browse the repository at this point in the history
  • Loading branch information
luite committed Jun 20, 2023
1 parent e9a151e commit aa98ba7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion System/Process.hs
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,6 @@ c_waitForProcess _ _ = ioError (ioeSetLocation unsupportedOperation "waitForProc

#elif defined(javascript_HOST_ARCH)

-- XXX descriptive argument names
foreign import javascript unsafe "h$process_terminateProcess"
c_terminateProcess
:: PHANDLE
Expand Down
2 changes: 0 additions & 2 deletions jsbits/process.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//#OPTIONS: CPP
// XXX do we need this?
#include "HsBaseConfig.h"

// #define JS_TRACE_PROCESS 1

Expand Down

0 comments on commit aa98ba7

Please sign in to comment.