From b9b6b6108e53e3b5ea09b78c334b16fa0e4ac8a9 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 10 Aug 2015 22:01:50 -0700 Subject: Dead macro cleanup Enable -Wunused-macros, and remove said unused macros --- src/kill.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/kill.cpp') diff --git a/src/kill.cpp b/src/kill.cpp index 22f21475..7b68b16c 100644 --- a/src/kill.cpp +++ b/src/kill.cpp @@ -20,17 +20,6 @@ #include "exec.h" #include "path.h" -/** - Maximum entries in killring -*/ -#define KILL_MAX 8192 - -/** Last kill string */ -//static ll_node_t *kill_last=0; - -/** Current kill string */ -//static ll_node_t *kill_current=0; - /** Kill ring */ typedef std::list kill_list_t; static kill_list_t kill_list; -- cgit v1.2.3