Skip to content
Snippets Groups Projects
Commit 2ed386e0 authored by Oz Linden's avatar Oz Linden
Browse files

STORM-1787 remove dead code that causes spurious build log error reports

parent 973bc1d1
No related branches found
No related tags found
No related merge requests found
...@@ -132,10 +132,6 @@ if test -f scripts/update_version_files.py ; then ...@@ -132,10 +132,6 @@ if test -f scripts/update_version_files.py ; then
end_section UpdateVer end_section UpdateVer
fi fi
# Now retrieve the version for use in the version manager
# First three parts only, $revision will be appended automatically.
build_viewer_update_version_manager_version=`python scripts/get_version.py --viewer-version | sed 's/\.[0-9]*$//'`
if [ -z "$AUTOBUILD" ] if [ -z "$AUTOBUILD" ]
then then
export autobuild_dir="$here/../../../autobuild/bin/" export autobuild_dir="$here/../../../autobuild/bin/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment