diff --git a/hphp/idl/continuation.idl.php b/hphp/idl/continuation.idl.php index 1f3b22518..db68633ce 100644 --- a/hphp/idl/continuation.idl.php +++ b/hphp/idl/continuation.idl.php @@ -160,9 +160,6 @@ BeginClass( m_called_class = cls; } protected: virtual bool php_sleep(Variant &ret); -private: - template void nextImpl(FI& fi); - public: inline void preNext() { if (m_done) { diff --git a/hphp/runtime/ext/ext_continuation.h b/hphp/runtime/ext/ext_continuation.h index ce4992669..0b85ca870 100644 --- a/hphp/runtime/ext/ext_continuation.h +++ b/hphp/runtime/ext/ext_continuation.h @@ -80,9 +80,6 @@ class c_Continuation : public ExtObjectData { } protected: virtual bool php_sleep(Variant &ret); -private: - template void nextImpl(FI& fi); - public: void call_next(); void call_send(TypedValue* v);