Bug 418643 trivial follow-up: Remove unneded 'typedef' token, in 'typedef struct folderChildrenInfo { ...', to fix compiler warning. r=sdwilsh

This commit is contained in:
Daniel Holbert 2008-12-07 11:56:39 -08:00
Родитель 88da72427f
Коммит 72bacc0433
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -171,7 +171,7 @@ private:
nsresult SetItemDateInternal(mozIStorageStatement* aStatement, PRInt64 aItemId, PRTime aValue); nsresult SetItemDateInternal(mozIStorageStatement* aStatement, PRInt64 aItemId, PRTime aValue);
// Structure to hold folder's children informations // Structure to hold folder's children informations
typedef struct folderChildrenInfo struct folderChildrenInfo
{ {
PRInt64 itemId; PRInt64 itemId;
PRUint16 itemType; PRUint16 itemType;