ARM: Remove unused struct uidiv_t.

Follow-up to 25b3ac2ba85d9833227f75f841503a6697aab45e.

* lib/mes/div.c (uidiv_t): Delete.
This commit is contained in:
Danny Milosavljevic 2019-03-11 20:22:28 +01:00 committed by Jan Nieuwenhuizen
parent 9a84e94a0a
commit b963db8342
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 0 additions and 6 deletions

View File

@ -136,12 +136,6 @@ __aeabi_idiv (long a, long b)
return result.quot;
}
typedef struct
{
unsigned long quot;
unsigned long rem;
} uidiv_t;
/* Result: r0: quotient; r1: remainder */
unsigned long
__aeabi_uidivmod (unsigned long a, unsigned long b)