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;