Index: build/build.sh =================================================================== diff -u -r83726d95fcac0db6152cd6f89a5ab35ec4251b42 -rcf760b2bdf0a3a82418a1312f03a77e32491bd03 --- build/build.sh (.../build.sh) (revision 83726d95fcac0db6152cd6f89a5ab35ec4251b42) +++ build/build.sh (.../build.sh) (revision cf760b2bdf0a3a82418a1312f03a77e32491bd03) @@ -99,16 +99,6 @@ echo } -getAlarmMapping() -{ - local currentDir=$(pwd) - echo "Path $PATH" - echo "Here $currentDir" - ./scripts/build/alarmMapping common/common/AlarmDefs.h application/sources/model/hd/alarm/MAlarmMapping.cpp - - cp scripts/build/AlarmMapping.csv $REMOTE_DIR -} - function getManualCases() { # If this is a build only, there is no need to get the manual cases @@ -356,8 +346,6 @@ fi -getAlarmMapping - # To report what cases have been tested manually getManualCases