summaryrefslogtreecommitdiff
path: root/src/order.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/order.h')
-rw-r--r--src/order.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/order.h b/src/order.h
index ddc97481d..7d14d6c15 100644
--- a/src/order.h
+++ b/src/order.h
@@ -167,10 +167,6 @@ static inline bool HasOrderPoolFree(uint amount)
return false;
}
-static inline bool IsOrderPoolFull(void)
-{
- return !HasOrderPoolFree(1);
-}
/* Pack and unpack routines */