shithub: scc

Download patch

ref: d89d90240080d1638ade3d650c3f83599a73613d
parent: 0b20b4df7d25445bbfbf4d307ffc9ed57dd72ac8
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Feb 23 10:53:35 EST 2018

[ar] Remove unused macros SAVE and NOSAVE

--- a/ar/main.c
+++ b/ar/main.c
@@ -13,9 +13,6 @@
 #include "../inc/arg.h"
 #include "../inc/scc.h"
 
-#define NOSAVE 0
-#define SAVE   1
-
 enum {
 	BEFORE,
 	INDOT,