remove statement with no effect

This commit is contained in:
Enno Boland 2018-04-28 08:53:23 +02:00
parent 106471f0e5
commit a216050fa9
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -25,7 +25,6 @@ CFLAGS+=" -fPIE -fPIC"
LDFLAGS+=" -pie" LDFLAGS+=" -pie"
post_extract() { post_extract() {
sed -i -e 's/"-std=c++11"/"-std=c++11"/' modules/etc/SCsub
sed -i -e "/openssl_version =/,+4d" platform/x11/detect.py sed -i -e "/openssl_version =/,+4d" platform/x11/detect.py
sed -i -e 's/#ifdef CRASH_HANDLER_ENABLED/#if defined(CRASH_HANDLER_ENABLED) \&\& defined(__GLIBC__)/' platform/x11/crash_handler_x11.cpp sed -i -e 's/#ifdef CRASH_HANDLER_ENABLED/#if defined(CRASH_HANDLER_ENABLED) \&\& defined(__GLIBC__)/' platform/x11/crash_handler_x11.cpp
} }