Index: libcxx/trunk/src/random.cpp =================================================================== --- libcxx/trunk/src/random.cpp +++ libcxx/trunk/src/random.cpp @@ -70,7 +70,6 @@ { 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)