summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2023-07-31 02:38:13 -0700
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2023-07-31 02:38:13 -0700
commitf4a6a434fab9bbce34e5c11408323967c5b5e22e (patch)
tree8269201e5045d0d4ae18a9af6fa3db3ffa54a881 /indra/llrender
parent3d73326516c73f880f46e28f14b6c515307ede91 (diff)
parentca008cfc3165eefeb42b2894e3e99ecf4c21f0c8 (diff)
Merge branch 'DRTVWR-559' into DRTVWR-583
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/llgl.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index ae408dae4f..4c7c8e6f5c 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -2890,9 +2890,7 @@ void LLGLSyncFence::wait()
if (mSync)
{
while (glClientWaitSync(mSync, 0, FENCE_WAIT_TIME_NANOSECONDS) == GL_TIMEOUT_EXPIRED)
- { //track the number of times we've waited here
- static S32 waits = 0;
- waits++;
+ {
}
}
}