aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index c60b373b0b..1bd2f6d61b 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -876,17 +876,6 @@ int main(int argc, char *argv[])
arg_error = TRUE;
#endif
break;
-#ifdef _WIN32
-#ifdef HAVE_KERBEROS
-#ifndef HAVE_MIT_KERBEROS
-#ifdef HAVE_HEIMDAL_KERBEROS
-#error "HAVE_KERBEROS defined, HAVE_MIT_KERBEROS not defined, HAVE_HEIMDAL_KERBEROS defined"
-#else
-#error "HAVE_KERBEROS defined, neither HAVE_MIT_KERBEROS nor HAVE_HEIMDAL_KERBEROS defined"
-#endif /* HAVE_HEIMDAL_KERBEROS */
-#endif /* HAVE_MIT_KERBEROS */
-#endif /* HAVE_KERBEROS */
-#endif /* _WIN32 */
#ifdef HAVE_KERBEROS
case 'K': /* Kerberos keytab file */
read_keytab_file(optarg);