Merge pull request #4941 from nfedera/nf-remove-stale-valgrind-macro
gateway/rpc: remove stale valgrind macro
This commit is contained in:
commit
5ef243f91f
@ -338,9 +338,6 @@ SSIZE_T rpc_channel_read(RpcChannel* channel, wStream* s, size_t length)
|
||||
|
||||
if (status > 0)
|
||||
{
|
||||
#ifdef HAVE_VALGRIND_MEMCHECK_H
|
||||
VALGRIND_MAKE_MEM_DEFINED(data, status);
|
||||
#endif
|
||||
Stream_Seek(s, (size_t)status);
|
||||
return status;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user