Skip to content

Commit

Permalink
Removed unused function stringSize() in qmetaobject.cpp.
Browse files Browse the repository at this point in the history
Change-Id: I56e90d2cdd736aaa0ea1e7f6abde958c77fe0d32
Reviewed-by: Thiago Macieira <[email protected]>
Reviewed-by: Jędrzej Nowacki <[email protected]>
Reviewed-by: Olivier Goffart <[email protected]>
  • Loading branch information
ABBAPOH authored and The Qt Project committed Apr 28, 2014
1 parent 0b7bcb9 commit c393982
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/corelib/kernel/qmetaobject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,6 @@ static inline const char *rawStringData(const QMetaObject *mo, int index)
return stringData(mo, index).data();
}

static inline int stringSize(const QMetaObject *mo, int index)
{
return stringData(mo, index).size();
}

static inline QByteArray typeNameFromTypeInfo(const QMetaObject *mo, uint typeInfo)
{
if (typeInfo & IsUnresolvedType) {
Expand Down

0 comments on commit c393982

Please sign in to comment.