Remove fast_f2nat

FossilOrigin-Name: 51fb59fc934df4829a82f7992f10435519dc8deb7098c3be1b17642fc6c05a44
This commit is contained in:
Jonathan Schleifer 2025-03-23 17:45:28 +00:00
parent 6320094293
commit e995b95a84
5 changed files with 17 additions and 23 deletions

View file

@ -36,8 +36,6 @@
# define __cdecl
#endif
#define fast_f2nat(val) ((int)(val))
#ifdef __cplusplus
extern "C" {
#endif