diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-11-05 10:42:23 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-11-05 14:51:06 +0000 |
commit | a307ad56e0a5568d4b9f2c446ba33fcc42f39f47 (patch) | |
tree | b35fc51eba64ffb2b817efc7870ec0a3a0ddfc9b /rts/STM.h | |
parent | 811a19c95bcb4d97a075134a45fb04f2e81acf4e (diff) | |
download | haskell-a307ad56e0a5568d4b9f2c446ba33fcc42f39f47.tar.gz |
small optimisation: inline stmNewTVar()
Diffstat (limited to 'rts/STM.h')
-rw-r--r-- | rts/STM.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -183,14 +183,6 @@ StgBool stmReWait(Capability *cap, StgTSO *tso); /*---------------------------------------------------------------------- - TVar management operations - -------------------------- -*/ - -StgTVar *stmNewTVar(Capability *cap, StgClosure *new_value); - -/*---------------------------------------------------------------------- - Data access operations ---------------------- */ |