diff --git a/src/random.cpp b/src/random.cpp index 15ed65b5..0a1d2a58 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -70,7 +70,6 @@ random_device::operator()() { unsigned r; size_t n = sizeof(r); - char* p = reinterpret_cast(&r); size_t bytes_written; int error = nacl_secure_random(&r, n, &bytes_written); if (error != 0)