From cbf31c50c2ed3c61987f88c58b46e130e693148e Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 4 Sep 2016 20:43:04 +0200 Subject: [PATCH] multi_line.h, drop some excess macros --- src/include/ngspice/multi_line.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/include/ngspice/multi_line.h b/src/include/ngspice/multi_line.h index dba439b17..fb1e313e1 100644 --- a/src/include/ngspice/multi_line.h +++ b/src/include/ngspice/multi_line.h @@ -12,25 +12,6 @@ * */ -/************************************************************ - * - * Macros - * - ************************************************************/ - -#ifndef MAX -#define MAX(x, y) ((x) > (y) ? (x) : (y)) -#endif -#ifndef MIN -#define MIN(x, y) ((x) < (y) ? (x) : (y)) -#endif -#ifndef ABS -#define ABS(x) ((x) >= 0 ? (x) : (-(x))) -#endif -#ifndef SGN -#define SGN(x) ((x) >= 0 ? (1.0) : (-1.0)) -#endif - /************************************************************ * * Defines