From 1d7bf8e704652f1b12a6e396ed787f11f013898e Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 25 Aug 2020 19:29:28 +0200
Subject: [PATCH] Remove the unused IOB_PEEK() macro

Sponsored by: Robert Klemme
---
 project.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/project.h b/project.h
index 0999e80d..6821aa03 100644
--- a/project.h
+++ b/project.h
@@ -488,13 +488,6 @@ struct iob
 };
 
 
-/**
- * Return the number of bytes in the I/O buffer associated with the passed
- * I/O buffer. May be zero.
- */
-#define IOB_PEEK(IOB) ((IOB->cur > IOB->eod) ? (IOB->eod - IOB->cur) : 0)
-
-
 /* Bits for csp->content_type bitmask: */
 #define CT_TEXT    0x0001U /**< Suitable for pcrs filtering. */
 #define CT_GIF     0x0002U /**< Suitable for GIF filtering.  */
-- 
2.49.0