Index: /trunk/src/VBox/VMM/include/TRPMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/include/TRPMInternal.h	(revision 87777)
+++ /trunk/src/VBox/VMM/include/TRPMInternal.h	(revision 87778)
@@ -44,10 +44,6 @@
 typedef struct TRPM
 {
-#ifdef VBOX_WITH_STATISTICS
     /** Statistics for interrupt handlers. */
     STAMCOUNTER             aStatForwardedIRQ[256];
-#else
-    uint64_t                uWhatever;
-#endif
 } TRPM;
 
