Index: ext/libicpf/src/mutex.cpp
===================================================================
diff -u -r12de61bfcf4d1ffef0339bee2e4c4a152209fd30 -rd4269744a04d36c8a8146a84bc27118031fa42ac
--- ext/libicpf/src/mutex.cpp	(.../mutex.cpp)	(revision 12de61bfcf4d1ffef0339bee2e4c4a152209fd30)
+++ ext/libicpf/src/mutex.cpp	(.../mutex.cpp)	(revision d4269744a04d36c8a8146a84bc27118031fa42ac)
@@ -17,18 +17,10 @@
 	construct();
 }
 
-/** Compatibility layer constructor (with d_mutex). Can take a fake dumpctx pointer, although
- *  does nothing with it. Effectively it is almost the same as standard constructor.
- */
-mutex::mutex(void* /*pUnused*/)
-{
-	construct();
-}
-
 /** Compatibility layer constructor (with d_mutex). Can take a fake dumpctx pointer and a fake mutex name,
  *  although does nothing with it. Effectively it is almost the same as standard constructor.
  */
-mutex::mutex(const char_t* /*pszStr*/, void* /*pUnused*/)
+mutex::mutex(const char_t* /*pszStr*/)
 {
 	construct();
 }