drop some unnecessary inlines

apparently somebody compiles with msvc?
This commit is contained in:
notaz 2017-10-13 23:49:13 +03:00
parent b5f5dc1fad
commit e9a11abb3c
7 changed files with 8 additions and 7 deletions

View file

@ -26,6 +26,6 @@ int pdb_net_connect(const char *host, const char *port);
#else
static inline int pdb_net_connect(const char *host, const char *port) {return 0;}
static __inline int pdb_net_connect(const char *host, const char *port) {return 0;}
#endif