remove unused macros - sob - simple output bar
HTML git clone git://git.codemadness.org/sob
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 098c6bb48f3cf7f254df4eb405f6981ab9cd8f7c
DIR parent 176397bb009b98fc1a69fe487cb4df374bdebe0e
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 10 Oct 2014 19:03:13 +0000
remove unused macros
Diffstat:
M sob.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
DIR diff --git a/sob.c b/sob.c
@@ -19,8 +19,6 @@ char *argv0;
#include "util.h"
#define LEN(x) (sizeof (x) / sizeof *(x))
-#define MAX(A, B) ((A) > (B) ? (A) : (B))
-#define MIN(A, B) ((A) < (B) ? (A) : (B))
struct line {
char line[BUFSIZ]; /* static line buffer */