summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 04:54:06 -0600
committerJeff Carr <[email protected]>2025-02-22 04:54:06 -0600
commit3d58bc1c327a84f38516bce7da029493cb8beb4a (patch)
tree85109bb062fae8b01743ebf36f06cc70bf0539a3 /main.go
parent6eb37f63f2379bfe9e5ee308ed1a359f3f78178c (diff)
rm old code
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.go b/main.go
index e558cc0..bc1092b 100644
--- a/main.go
+++ b/main.go
@@ -111,11 +111,6 @@ func main() {
okExit("reset")
}
- if argv.Clean.Verify != nil {
- doVerifyDevel()
- okExit("verify")
- }
-
if err := doClean(); err != nil {
badExit(err)
}