am baaf3ce6: Merge "Handle stopping of services with still bound applications."
* commit 'baaf3ce6385da0f9f5ff6e2195e26c339ee9949e':
Handle stopping of services with still bound applications.
diff --git a/include/utils/RefBase.h b/include/utils/RefBase.h
index 0af7e6a..d92cfb0 100644
--- a/include/utils/RefBase.h
+++ b/include/utils/RefBase.h
@@ -115,7 +115,6 @@
// used to override the RefBase destruction.
class Destroyer {
friend class RefBase;
- friend class weakref_type;
public:
virtual ~Destroyer();
private: