diff --git a/indra/newview/llpanelprofileclassifieds.cpp b/indra/newview/llpanelprofileclassifieds.cpp
index de981d37c005998e70859f172faeade8bf706f1a..ecbd82acc74202486674cd96d49b347b4013d6e7 100644
--- a/indra/newview/llpanelprofileclassifieds.cpp
+++ b/indra/newview/llpanelprofileclassifieds.cpp
@@ -77,11 +77,6 @@ class LLClassifiedHandler : public LLCommandHandler, public LLAvatarPropertiesOb
 public:
     // throttle calls from untrusted browsers
     LLClassifiedHandler() : LLCommandHandler("classified", UNTRUSTED_THROTTLE) {}
-    ~LLClassifiedHandler()
-    {
-        if(LLAvatarPropertiesProcessor::instanceExists())
-            LLAvatarPropertiesProcessor::getInstance()->removeObserver(LLUUID(), this);
-    }
 
 	std::set<LLUUID> mClassifiedIds;
 	std::string mRequestVerb;