diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 13:36:58 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 13:36:58 -0800 |
commit | 32d66e60fddb26d0736149e16b1b57f7aa186146 (patch) | |
tree | 35d9604b65b279f8d6b2f5dc982867401ff6e690 /indra | |
parent | df657d7488014b9fa008da6a5f4307a19fee855e (diff) |
CID-342
Checker: UNINIT_CTOR
Function: LLNotification::LLNotification(LLUUID)
File: /indra/llui/llnotifications.h
'don't use this for anything real' code shouldn't exist. :)
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llui/llnotifications.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h index aeb4cebf1b..44ff7894ac 100644 --- a/indra/llui/llnotifications.h +++ b/indra/llui/llnotifications.h @@ -369,10 +369,6 @@ private: LLNotification(const Params& p); - // this is just for making it easy to look things up in a set organized by UUID -- DON'T USE IT - // for anything real! - LLNotification(LLUUID uuid) : mId(uuid) {} - void cancel(); bool payloadContainsAll(const std::vector<std::string>& required_fields) const; |