diff options
| author | Rye <rye@alchemyviewer.org> | 2025-12-15 14:50:54 -0500 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-12-16 04:19:35 +0200 |
| commit | 3085ca3e5a9baa8c2facd02b0a9596da962c5fe6 (patch) | |
| tree | 2261ffe7ce772b06fb309fb114aa05d96c6edde4 /indra/llcommon/llstreamqueue.cpp | |
| parent | 76dd2826f69f783103591be6fae3dc7582b2f6ed (diff) | |
Clean up dead LLStreamQueue code and related tests
Signed-off-by: Rye <rye@alchemyviewer.org>
Diffstat (limited to 'indra/llcommon/llstreamqueue.cpp')
| -rw-r--r-- | indra/llcommon/llstreamqueue.cpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/indra/llcommon/llstreamqueue.cpp b/indra/llcommon/llstreamqueue.cpp deleted file mode 100644 index 981d913749..0000000000 --- a/indra/llcommon/llstreamqueue.cpp +++ /dev/null @@ -1,24 +0,0 @@ -/** - * @file llstreamqueue.cpp - * @author Nat Goodspeed - * @date 2012-01-05 - * @brief Implementation for llstreamqueue. - * - * $LicenseInfo:firstyear=2012&license=viewerlgpl$ - * Copyright (c) 2012, Linden Research, Inc. - * $/LicenseInfo$ - */ - -// Precompiled header -#include "linden_common.h" -// associated header -#include "llstreamqueue.h" -// STL headers -// std headers -// external library headers -// other Linden headers - -// As of this writing, llstreamqueue.h is entirely template-based, therefore -// we don't strictly need a corresponding .cpp file. However, our CMake test -// macro assumes one. Here it is. -bool llstreamqueue_cpp_ignored = true; |
