diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-04-15 19:02:07 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-04-15 19:02:07 -0500 |
| commit | b6841d75c2f259c84d5ab6b012bd2ae37d985451 (patch) | |
| tree | 9539ccd6552786155d0107a0a8f32ecc97c2e44f /indra/llcorehttp/_httpopsetpriority.cpp | |
| parent | 425b071c644cddd1e14b94fb06a7307622d6b315 (diff) | |
SL-17219 WIP - Texture pipeline overhaul
Diffstat (limited to 'indra/llcorehttp/_httpopsetpriority.cpp')
| -rw-r--r-- | indra/llcorehttp/_httpopsetpriority.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcorehttp/_httpopsetpriority.cpp b/indra/llcorehttp/_httpopsetpriority.cpp index d48c7a0b7d..b99b4e9e4a 100644 --- a/indra/llcorehttp/_httpopsetpriority.cpp +++ b/indra/llcorehttp/_httpopsetpriority.cpp @@ -24,6 +24,7 @@ * $/LicenseInfo$ */ +#if 0 // DEPRECATED #include "_httpopsetpriority.h" #include "httpresponse.h" @@ -61,3 +62,5 @@ void HttpOpSetPriority::stageFromRequest(HttpService * service) } // end namespace LLCore + +#endif |
