From 1c8815685b1a12e6d9856ef90b6c8d7f243c0744 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 2 Dec 2024 07:00:28 -0600 Subject: continue to migrate to protobuf package --- setTargetVersion.go | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'setTargetVersion.go') diff --git a/setTargetVersion.go b/setTargetVersion.go index 24388a6..0d53fb2 100644 --- a/setTargetVersion.go +++ b/setTargetVersion.go @@ -1,12 +1,6 @@ package main -import ( - "os" - "strings" - - "go.wit.com/log" -) - +/* func setTargetVersion() { // go through and set the target versions for each repo // todo: add sanity checking in repolist to verify these and/or autocompute them @@ -76,3 +70,4 @@ func incrementTargetVersion() bool { } return false } +*/ -- cgit v1.2.3