config: Remove TARGET_IGNORES_FTP_PPTP_CONNTRACK_FAILURE

This hasn't been ported after lineage-17.1

Change-Id: I2aff9bb7bc17fa1444a904d47248d885268bf29b
Signed-off-by: Jackeagle <jackeagle102@gmail.com>
diff --git a/build/soong/Android.bp b/build/soong/Android.bp
index a80614b..d422d37 100644
--- a/build/soong/Android.bp
+++ b/build/soong/Android.bp
@@ -174,23 +174,6 @@
 }
 
 soong_config_module_type {
-    name: "ignores_ftp_pptp_conntrack_failure_defaults",
-    module_type: "cc_defaults",
-    config_namespace: "blissGlobalVars",
-    bool_variables: ["ignores_ftp_pptp_conntrack_failure"],
-    properties: ["cppflags"],
-}
-
-ignores_ftp_pptp_conntrack_failure_defaults {
-    name: "ignores_ftp_pptp_conntrack_failure",
-    soong_config_variables: {
-        ignores_ftp_pptp_conntrack_failure: {
-            cppflags: ["-DIGNORES_FTP_PPTP_CONNTRACK_FAILURE"],
-        },
-    },
-}
-
-soong_config_module_type {
     name: "needs_netd_direct_connect_rule",
     module_type: "cc_defaults",
     config_namespace: "blissGlobalVars",
diff --git a/config/BoardConfigSoong.mk b/config/BoardConfigSoong.mk
index d5a63d8..d981dc1 100644
--- a/config/BoardConfigSoong.mk
+++ b/config/BoardConfigSoong.mk
@@ -31,7 +31,6 @@
     additional_gralloc_10_usage_bits \
     bootloader_message_offset \
     disable_postrender_cleanup \
-    ignores_ftp_pptp_conntrack_failure \
     needs_netd_direct_connect_rule \
     camera_needs_client_info \
     target_init_vendor_lib \
@@ -63,7 +62,6 @@
 
 # Soong bool variables
 SOONG_CONFIG_blissGlobalVars_disable_postrender_cleanup := $(TARGET_DISABLE_POSTRENDER_CLEANUP)
-SOONG_CONFIG_blissGlobalVars_ignores_ftp_pptp_conntrack_failure := $(TARGET_IGNORES_FTP_PPTP_CONNTRACK_FAILURE)
 SOONG_CONFIG_blissGlobalVars_needs_netd_direct_connect_rule := $(TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE)
 SOONG_CONFIG_blissGlobalVars_uses_egl_display_array := $(TARGET_USES_EGL_DISPLAY_ARRAY)
 SOONG_CONFIG_blissGlobalVars_camera_needs_client_info := $(TARGET_CAMERA_NEEDS_CLIENT_INFO)