mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 23:16:31 +00:00
[Coverity] Remove redundant check as we handle NULL elsewhere
This commit is contained in:
@@ -3533,7 +3533,7 @@ bool WrappedOpenGL::Serialise_glClearNamedBufferDataEXT(SerialiserType &ser, GLu
|
||||
|
||||
uint64_t data[4] = {0};
|
||||
|
||||
if(ser.IsWriting() && dataPtr)
|
||||
if(ser.IsWriting())
|
||||
{
|
||||
size_t s = 1;
|
||||
switch(format)
|
||||
|
||||
Reference in New Issue
Block a user