diff --git a/src/corelib/kernel/qmetaobject_p.h b/src/corelib/kernel/qmetaobject_p.h index 1d72d151611..eb41f40ec41 100644 --- a/src/corelib/kernel/qmetaobject_p.h +++ b/src/corelib/kernel/qmetaobject_p.h @@ -217,14 +217,6 @@ static inline bool is_space(char s) } #endif -/* - This function is shared with moc.cpp. The implementation lives in qmetaobject_moc_p.h, which - should be included where needed. The declaration here is not used to avoid warnings from - the compiler about unused functions. - -static QByteArray normalizeTypeInternal(const char *t, const char *e, bool fixScope = false, bool adjustConst = true); -*/ - QT_END_NAMESPACE #endif