diff --git a/src/backend/port/win32/crashdump.c b/src/backend/port/win32/crashdump.c
index ba6fca75630b7ed0048691ab0bad14d924e110e7..2f7c1b3ab6697e4899eeb7358bddea89436135bf 100644
--- a/src/backend/port/win32/crashdump.c
+++ b/src/backend/port/win32/crashdump.c
@@ -132,11 +132,6 @@ crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo)
 			dumpType |= MiniDumpWithIndirectlyReferencedMemory |
 				MiniDumpWithPrivateReadWriteMemory;
 		}
-		if (GetProcAddress(hDll, "SymFromIndex") != NULL)
-		{
-			/* If this function exists, we have version 6.2 or newer */
-			dumpType |= MiniDumpWithThreadInfo;
-		}
 
 		systemTicks = GetTickCount();
 		snprintf(dumpPath, _MAX_PATH,