Removed redundant inline
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ uint16_t hash_uri(const char *uri){
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
static inline bool in_range(uint16_t me, uint16_t suc, uint16_t hash) {
|
static bool in_range(uint16_t me, uint16_t suc, uint16_t hash) {
|
||||||
if (me < suc) {
|
if (me < suc) {
|
||||||
return (hash > me && hash <= suc);
|
return (hash > me && hash <= suc);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user