unused variable
authortedu <tedu@openbsd.org>
Thu, 17 Apr 2014 20:44:45 +0000 (20:44 +0000)
committertedu <tedu@openbsd.org>
Thu, 17 Apr 2014 20:44:45 +0000 (20:44 +0000)
lib/libcrypto/malloc-wrapper.c
lib/libssl/src/crypto/malloc-wrapper.c

index 49d7c57..c754df4 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: malloc-wrapper.c,v 1.1 2014/04/16 03:24:53 beck Exp $ */
+/* $OpenBSD: malloc-wrapper.c,v 1.2 2014/04/17 20:44:45 tedu Exp $ */
 /*
  * Copyright (c) 2014 Bob Beck
  *
@@ -118,8 +118,6 @@ CRYPTO_get_mem_debug_functions(void (**m)(void *, int, const char *, int, int),
 void *
 CRYPTO_malloc_locked(int num, const char *file, int line)
 {
-       void *ret = NULL;
-
        if (num <= 0)
                return NULL;
        return malloc(num);
index 49d7c57..c754df4 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: malloc-wrapper.c,v 1.1 2014/04/16 03:24:53 beck Exp $ */
+/* $OpenBSD: malloc-wrapper.c,v 1.2 2014/04/17 20:44:45 tedu Exp $ */
 /*
  * Copyright (c) 2014 Bob Beck
  *
@@ -118,8 +118,6 @@ CRYPTO_get_mem_debug_functions(void (**m)(void *, int, const char *, int, int),
 void *
 CRYPTO_malloc_locked(int num, const char *file, int line)
 {
-       void *ret = NULL;
-
        if (num <= 0)
                return NULL;
        return malloc(num);