From 32d66e60fddb26d0736149e16b1b57f7aa186146 Mon Sep 17 00:00:00 2001
From: Tofu Linden <tofu.linden@lindenlab.com>
Date: Fri, 29 Jan 2010 13:36:58 -0800
Subject: 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. :)
---
 indra/llui/llnotifications.h | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'indra/llui')

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;
-- 
cgit v1.2.3