From cf418d7faedcfc87a8b05ae2f28495ae3ffcee08 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Wed, 18 May 2022 11:44:06 +0300 Subject: [PATCH] Removing task --- helpers.inc.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/helpers.inc.php b/helpers.inc.php index 2ef070c..1c39663 100644 --- a/helpers.inc.php +++ b/helpers.inc.php @@ -557,16 +557,6 @@ function client_xcode_build($scheme, $config = 'Debug', $sdk = 'iphonesimulator4 )); } -function task_git_info() -{ - list($rev_hash, $branch, $revision_number) = git_get_info(); - $info = "==============GIT INFO==============\n" - . "$rev_hash - hash\n" - . "$branch - branch\n" - . "$revision_number - revision\n"; - echo $info; -} - function git_get_info() { global $GAME_ROOT;