am 01caec8c: Merge "Adding an optional param to the SurfaceTexture constructor."
* commit '01caec8c4165a6cce2f276f8016b9eadab966944':
Adding an optional param to the SurfaceTexture constructor.
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: