Browse Source

Remove deprecated workaround for gentoo build issue

Alexey Edelev 5 years ago
parent
commit
a9c6fd49d0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/grpc/http2channel.cpp

+ 0 - 3
src/grpc/http2channel.cpp

@@ -25,9 +25,6 @@
 
 #include "http2channel.h"
 
-//FIXME: workaround for build issue
-#undef QT_LINKED_OPENSSL
-
 #include <QUrl>
 #include <QNetworkAccessManager>
 #include <QNetworkReply>