summaryrefslogtreecommitdiffstats
path: root/Objects/dictobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/dictobject.c')
-rw-r--r--Objects/dictobject.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Objects/dictobject.c b/Objects/dictobject.c
index 252db8a..70f05e5 100644
--- a/Objects/dictobject.c
+++ b/Objects/dictobject.c
@@ -9,10 +9,6 @@
#include "Python.h"
-#ifdef __SUNPRO_C
-#pragma error_messages (off,E_END_OF_LOOP_CODE_NOT_REACHED)
-#endif
-
typedef PyDictEntry dictentry;
typedef PyDictObject dictobject;