qt4: Remove overzealous and obsolete patch.

This patch is replaced by gcc11-ptr-cmp.patch, which works on both clang
and gcc.
This commit is contained in:
Theodore Ni
2022-08-16 03:06:21 -07:00
parent 3e96a3f6b9
commit c4ed73fabd
@@ -50,9 +50,6 @@ stdenv.mkDerivation rec {
'' + lib.optionalString stdenv.cc.isClang ''
substituteInPlace src/3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp \
--replace 'optionalHeight > 0' 'optionalHeight != NULL'
substituteInPlace ./tools/linguist/linguist/messagemodel.cpp \
--replace 'm->comment()) >= 0' 'm->comment()) != NULL'
'';
patches =