diff options
Diffstat (limited to 'libs/hwui/Program.h')
-rw-r--r-- | libs/hwui/Program.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/Program.h b/libs/hwui/Program.h index 7ea5376..56773f4 100644 --- a/libs/hwui/Program.h +++ b/libs/hwui/Program.h @@ -285,8 +285,6 @@ struct ProgramDescription { programid k = key(); PROGRAM_LOGD("%s (key = 0x%.8x%.8x)", message, uint32_t(k >> 32), uint32_t(k & 0xffffffff)); -#else - (void)message; #endif } |