summaryrefslogtreecommitdiff
path: root/rts/STM.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-11-05 10:42:23 +0000
committerSimon Marlow <marlowsd@gmail.com>2012-11-05 14:51:06 +0000
commita307ad56e0a5568d4b9f2c446ba33fcc42f39f47 (patch)
treeb35fc51eba64ffb2b817efc7870ec0a3a0ddfc9b /rts/STM.h
parent811a19c95bcb4d97a075134a45fb04f2e81acf4e (diff)
downloadhaskell-a307ad56e0a5568d4b9f2c446ba33fcc42f39f47.tar.gz
small optimisation: inline stmNewTVar()
Diffstat (limited to 'rts/STM.h')
-rw-r--r--rts/STM.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/STM.h b/rts/STM.h
index dd11bb8154..799cac3f84 100644
--- a/rts/STM.h
+++ b/rts/STM.h
@@ -183,14 +183,6 @@ StgBool stmReWait(Capability *cap, StgTSO *tso);
/*----------------------------------------------------------------------
- TVar management operations
- --------------------------
-*/
-
-StgTVar *stmNewTVar(Capability *cap, StgClosure *new_value);
-
-/*----------------------------------------------------------------------
-
Data access operations
----------------------
*/