fgerlits commented on code in PR #1871:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1871#discussion_r1793097950
##########
suse.sh:
##########
@@ -19,11 +19,7 @@
verify_enable_platform() {
feature="$1"
if [ "$OS_MAJOR" = "6" ]; then
- if [ "${feature}" = "GPS_ENABLED" ]; then
- echo "false"
- else
- verify_gcc_enable "${feature}"
- fi
+ verify_gcc_enable "${feature}"
else
verify_gcc_enable "${feature}"
fi
Review Comment:
the outer conditional could be removed now, too
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]