Remove the now unused long_t typedef

This commit is contained in:
Martin Storsjö 2014-01-23 18:57:53 +02:00
parent cc4507462b
commit 09f0254d5e

View File

@ -75,7 +75,6 @@ typedef unsigned __int64 uint64_t ;
#endif
typedef char str_t ; // [comment]: specific use plain char only for character parameters
typedef long long_t ;
typedef int32_t bool_t ;
#if defined(_WIN32) || defined(_MACH_PLATFORM) || defined(__GNUC__)