summaryrefslogtreecommitdiff
path: root/indra/llcommon/llqueuedthread.h
diff options
context:
space:
mode:
authorBrad Kittenbrink <brad@lindenlab.com>2009-05-27 17:41:57 +0000
committerBrad Kittenbrink <brad@lindenlab.com>2009-05-27 17:41:57 +0000
commit46e7bd31cd6a16ebce71007200bc5776caf12168 (patch)
treee6f5d804ea0c7e6d43369e51adbaacce10a78582 /indra/llcommon/llqueuedthread.h
parenta81c084debb4075f36bacd59cbe332c2f0548d50 (diff)
Fix for mac build errors following r121524 commit for DEV-27646.
Diffstat (limited to 'indra/llcommon/llqueuedthread.h')
-rw-r--r--indra/llcommon/llqueuedthread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcommon/llqueuedthread.h b/indra/llcommon/llqueuedthread.h
index b3cde22b40..8bfa5632a1 100644
--- a/indra/llcommon/llqueuedthread.h
+++ b/indra/llcommon/llqueuedthread.h
@@ -148,8 +148,6 @@ protected:
}
};
- template class LL_COMMON_API std::set<QueuedRequest*, queued_request_less>;
-
//------------------------------------------------------------------------