diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-09-18 13:11:58 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-09-18 13:11:58 -0400 |
commit | 2108b3e540406daf08d2845ac395ad4bb1633b35 (patch) | |
tree | 23b9d6dc81cd52bec3373e1770b0867eaa19a817 /indra/llcommon/lleventcoro.h | |
parent | c7d5a4bab75b651b65e173a17079438f03695cc1 (diff) |
MAINT-5351: Zap one more vestigial reference to coroutine 'self' param.
Diffstat (limited to 'indra/llcommon/lleventcoro.h')
-rwxr-xr-x | indra/llcommon/lleventcoro.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/lleventcoro.h b/indra/llcommon/lleventcoro.h index e2ce4bb193..8f3ee38fb4 100755 --- a/indra/llcommon/lleventcoro.h +++ b/indra/llcommon/lleventcoro.h @@ -126,7 +126,6 @@ void yield(); * By contrast, postAndWait() listens on the @a replyPump @em before posting * the specified LLSD event on the specified @a requestPump. * - * @param self The @c self object passed into a coroutine * @param event LLSD data to be posted on @a requestPump * @param requestPump an LLEventPump on which to post @a event. Pass either * the LLEventPump& or its string name. However, if you pass a |