myadm

Simple MySQL client for the terminal
git clone git://git.bitsmanent.org/myadm
Log | Files | Refs | README | LICENSE

commit ba8d7104161fe7da5a23935fa28910a03892758e
parent c82ef972c8885e03f8f9c882b97a1d75cf223273
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Thu, 31 Mar 2016 11:12:08 +0200

Remove unused macros.

Diffstat:
Mmyadm.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/myadm.c b/myadm.c @@ -26,9 +26,7 @@ #include "arg.h" char *argv0; -#define LENGTH(X) (sizeof X / sizeof X[0]) #define QUOTE(S) (stfl_ipool_fromwc(ipool, stfl_quote(stfl_ipool_towc(ipool, S)))) -#define LINESIZE(N) (MAXCOLSZ * (N) + fldseplen * ((N) - 1) + 1); typedef union { int i;