diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-07-10 19:44:47 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-07-10 19:44:47 -0400 |
commit | 68f42e4e102bd578386aeec3485233e332cbdcff (patch) | |
tree | 21faf4d9147cf89c13cb5845d161d4000daea4c9 /indra/llcommon/llcoros.h | |
parent | 9bde72f784a4836c3d19ef4dbcd49d4414640d8e (diff) |
MAINT-5351: Finish cleaning up messy merge from backing out backout
Diffstat (limited to 'indra/llcommon/llcoros.h')
-rwxr-xr-x | indra/llcommon/llcoros.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/llcommon/llcoros.h b/indra/llcommon/llcoros.h index 05bd87dc3c..56eed8cafe 100755 --- a/indra/llcommon/llcoros.h +++ b/indra/llcommon/llcoros.h @@ -144,18 +144,6 @@ public: */ std::string getName() const; - /// get the current coro::self& for those who really really care - static coro::self& get_self(); - - /// Instantiate one of these in a block surrounding any leaf point when - /// control literally switches away from this coroutine. - class Suspending - public: - Suspending(); - ~Suspending(); - private: - coro::self* mSuspended; - }; /// for delayed initialization void setStackSize(S32 stacksize); |