diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-05-27 09:26:52 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-05-27 09:26:52 +0200 |
commit | 2c3a4f80c258835efcc348aa1c54f55359c29733 (patch) | |
tree | e494572d884acd248a6caa618fa160a29986b652 | |
parent | 1352b2419b65289879974443eef1c7a8c4c4e69d (diff) | |
download | xmonad-2c3a4f80c258835efcc348aa1c54f55359c29733.tar.gz xmonad-2c3a4f80c258835efcc348aa1c54f55359c29733.tar.xz xmonad-2c3a4f80c258835efcc348aa1c54f55359c29733.zip |
dead code
darcs-hash:20070527072652-9c5c1-be19c516b63614dcf81ce37f8c564184c67ea9f6.gz
-rw-r--r-- | XMonad.hs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -136,7 +136,6 @@ spawn x = io $ do pid <- forkProcess $ do forkProcess (createSession >> executeFile "/bin/sh" False ["-c", x] Nothing) exitWith ExitSuccess - return () getProcessStatus True False pid return () |