aboutsummaryrefslogtreecommitdiff
path: root/beku.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-09-14 22:06:19 +0700
committerShulhan <ms@kilabit.info>2018-09-14 22:06:19 +0700
commit8f2a11a80ec2f1f629a0c7b530c495e547bb0af4 (patch)
tree06cac4267da71ebcca31da130a52562dbddfd32b /beku.go
parentf7b8d4e829f1c47ab9156637c535e83af9c5ffee (diff)
downloadbeku-8f2a11a80ec2f1f629a0c7b530c495e547bb0af4.tar.xz
Remove unused variables
Diffstat (limited to 'beku.go')
-rw-r--r--beku.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/beku.go b/beku.go
index 170f9a9..97ecac0 100644
--- a/beku.go
+++ b/beku.go
@@ -79,10 +79,7 @@ var (
keyVCSMode = "vcs"
keyVersion = "version"
- gitCfgRemote = "remote"
- gitCfgRemoteURL = "url"
gitDefBranch = "master"
gitDefRemoteName = "origin"
gitDir = ".git"
- gitRefHEAD = "HEAD"
)