diff --git a/mozilla/js2/src/stlcfg.h b/mozilla/js2/src/stlcfg.h index 8dccf346a30..44ed6fd8b43 100644 --- a/mozilla/js2/src/stlcfg.h +++ b/mozilla/js2/src/stlcfg.h @@ -64,18 +64,4 @@ using std::string; using std::auto_ptr; -#ifdef __GNUC__ // why doesn't g++ support iterator? -namespace std { - template - struct iterator { - typedef T value_type; - typedef Distance difference_type; - typedef Pointer pointer; - typedef Reference reference; - typedef Category iterator_category; - }; -}; -#endif - #endif /* stlcfg_h___ */