Index: /trunk/src/VBox/Runtime/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Runtime/Makefile.kmk	(revision 87828)
+++ /trunk/src/VBox/Runtime/Makefile.kmk	(revision 87829)
@@ -2772,5 +2772,4 @@
 	common/table/avlroogcptr.cpp \
 	common/table/avlu32.cpp \
-	common/table/avlu64.cpp \
 	common/table/avlou32.cpp \
 	common/time/timesup.cpp \
Index: /trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/VMMR0.cpp	(revision 87828)
+++ /trunk/src/VBox/VMM/VMMR0/VMMR0.cpp	(revision 87829)
@@ -54,5 +54,4 @@
 #include <iprt/asm-amd64-x86.h>
 #include <iprt/assert.h>
-#include <iprt/avl.h>
 #include <iprt/crc.h>
 #include <iprt/mp.h>
@@ -151,9 +150,4 @@
 struct CLANG11WEIRDNOTHROW { PFNRT pfn; } g_VMMR0Deps[] =
 {
-    { (PFNRT)RTAvlU64Destroy },
-    { (PFNRT)RTAvlU64DoWithAll },
-    { (PFNRT)RTAvlU64Get },
-    { (PFNRT)RTAvlU64Insert },
-    { (PFNRT)RTAvlU64Remove },
     { (PFNRT)RTCrc32 },
     { (PFNRT)RTOnce },
Index: /trunk/src/VBox/VMM/VMMR0/VMMR0.def
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/VMMR0.def	(revision 87828)
+++ /trunk/src/VBox/VMM/VMMR0/VMMR0.def	(revision 87829)
@@ -92,9 +92,4 @@
     RTAssertMsg2Weak
     RTAssertShouldPanic
-    RTAvlU64Destroy
-    RTAvlU64DoWithAll
-    RTAvlU64Get
-    RTAvlU64Insert
-    RTAvlU64Remove
     RTCrc32
     RTOnceSlow
