[D-runtime] [D-Programming-Language/druntime] b5bfda: Remove unused Thread.sm_clen variable.
GitHub via D-runtime
d-runtime at puremagic.com
Sat Jul 5 11:21:46 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: b5bfda3bf4d13b973ab0d97386b040228901c45b
https://github.com/D-Programming-Language/druntime/commit/b5bfda3bf4d13b973ab0d97386b040228901c45b
Author: David Nadlinger <code at klickverbot.at>
Date: 2014-07-04 (Fri, 04 Jul 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Remove unused Thread.sm_clen variable.
It stored the size of the global context list, but that isn't used
explicitly anywhere.
Commit: 5375e9fe9936eb336d8a63cc51f58d01be3a845f
https://github.com/D-Programming-Language/druntime/commit/5375e9fe9936eb336d8a63cc51f58d01be3a845f
Author: Martin Nowak <code at dawg.eu>
Date: 2014-07-05 (Sat, 05 Jul 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Merge pull request #862 from klickverbot/remove-sm_clen
Remove unused Thread.sm_clen variable.
Compare: https://github.com/D-Programming-Language/druntime/compare/f1c9e112a20c...5375e9fe9936
More information about the D-runtime
mailing list