Index: /trunk/src/VBox/Main/glue/com.cpp
===================================================================
--- /trunk/src/VBox/Main/glue/com.cpp	(revision 55986)
+++ /trunk/src/VBox/Main/glue/com.cpp	(revision 55987)
@@ -404,18 +404,3 @@
 #endif /* (VBOX_WITH_XPCOM) */
 
-/**
- * Used by ComPtr and friends to log details about reference counting.
- * @param pcszFormat
- */
-void LogRef(const char *pcszFormat, ...)
-{
-    char *pszNewMsg;
-    va_list args;
-    va_start(args, pcszFormat);
-    RTStrAPrintfV(&pszNewMsg, pcszFormat, args);
-    LogDJ((pszNewMsg));
-    RTStrFree(pszNewMsg);
-    va_end(args);
-}
-
 } /* namespace com */
