summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/ndr/ndr_basic.c')
-rw-r--r--source4/librpc/ndr/ndr_basic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/ndr/ndr_basic.c b/source4/librpc/ndr/ndr_basic.c
index 0ea38c21c2..0f745b3105 100644
--- a/source4/librpc/ndr/ndr_basic.c
+++ b/source4/librpc/ndr/ndr_basic.c
@@ -535,7 +535,6 @@ NTSTATUS ndr_push_unique_ptr(struct ndr_push *ndr, const void *p)
*/
NTSTATUS ndr_push_ref_ptr(struct ndr_push *ndr, const void *p)
{
- uint32_t ptr = 0;
if (p == NULL) {
return NT_STATUS_INVALID_PARAMETER_MIX;
}