summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 21:02:05 -0500
committerJeff Carr <[email protected]>2024-10-26 21:02:05 -0500
commit65b61769117db371c4ec8fc0094d67b8c1075c1b (patch)
tree68fd264a6a64f714acab2ceae2d727cfcd631389 /structs.go
parentcedee6e88af2350130e0808a1af6d792e0bb98cc (diff)
dump unused junk
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index a6e323a..99d4ee0 100644
--- a/structs.go
+++ b/structs.go
@@ -5,5 +5,4 @@ var me Virtigod
// this app's variables
type Virtigod struct {
dirs []string
- // cluster *virtbuf.Cluster
}