summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl.h b/perl.h
index 9c86f863c1..8c5772fd6d 100644
--- a/perl.h
+++ b/perl.h
@@ -524,11 +524,7 @@ register struct op *Perl_op asm(stringify(OP_IN_REGISTER));
#endif
#if defined(HASVOLATILE) || defined(STANDARD_C)
-# ifdef __cplusplus
-# define VOL /* to temporarily suppress warnings */
-# else
# define VOL volatile
-# endif
#else
# define VOL
#endif