From 6dabb8cf22b8b9002d8f3cdc9885e26a2da52300 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 22 Oct 2021 18:56:11 -0700 Subject: [PATCH] smyrna: remove unused anonymous enum --- cmd/smyrna/smyrnadefs.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index 76a3367be..8bbb0b41f 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -449,14 +449,6 @@ typedef struct } topview; - - - enum { - COL_NAME = 0, - COL_FILENAME, - NUM_COLS - }; - typedef struct _attribute { char Type; char *Name; -- 2.40.0