From cec5e7f3b4900bdb8486d2d77c2ba6493ef53316 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 24 Feb 2024 05:37:53 -0600 Subject: cleanup checkdirty code Signed-off-by: Jeff Carr --- structs.go | 1 - 1 file changed, 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 7ce4c7d..5234e7e 100644 --- a/structs.go +++ b/structs.go @@ -9,7 +9,6 @@ type RepoStatus struct { ready bool changed bool // keeps track of changes that might have happened changes string - dirty bool // updates each time CheckDirty() is run tags map[string]string window *gadgets.BasicWindow // the main window for this repo -- cgit v1.2.3