summaryrefslogtreecommitdiff
path: root/indra/llcommon/llcoros.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-07-10 19:44:47 -0400
committerNat Goodspeed <nat@lindenlab.com>2015-07-10 19:44:47 -0400
commit68f42e4e102bd578386aeec3485233e332cbdcff (patch)
tree21faf4d9147cf89c13cb5845d161d4000daea4c9 /indra/llcommon/llcoros.h
parent9bde72f784a4836c3d19ef4dbcd49d4414640d8e (diff)
MAINT-5351: Finish cleaning up messy merge from backing out backout
Diffstat (limited to 'indra/llcommon/llcoros.h')
-rwxr-xr-xindra/llcommon/llcoros.h12
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);