aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-22 11:01:30 +0100
committerMax <msuraev@sysmocom.de>2018-01-22 11:02:14 +0100
commitf086d63c1358d1c791b774dc3ef0e602c7c95813 (patch)
treef5f984ca9616fdcba2baceacdb7faebc1108c44c
parente10bf97f8f1598508c7ce5483a16058c2e19ce46 (diff)
cosmetic: remove unused function
-rwxr-xr-xcoverity/build_Osmocom.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 4da9ec6..18c9b0b 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -10,10 +10,6 @@ install -d "$prefix"
export PKG_CONFIG_PATH="$prefix/lib/pkgconfig"
-git_branch() {
- echo "$(git status)" | grep 'On branch' | sed 's/On branch //'
-}
-
do_build() {
autoreconf --install --force
./configure --prefix="$prefix" $*