Remove unused nextImpl template from c_Continuation
Esse commit está contido em:
@@ -160,9 +160,6 @@ BeginClass(
|
||||
m_called_class = cls;
|
||||
}
|
||||
protected: virtual bool php_sleep(Variant &ret);
|
||||
private:
|
||||
template<typename FI> void nextImpl(FI& fi);
|
||||
|
||||
public:
|
||||
inline void preNext() {
|
||||
if (m_done) {
|
||||
|
||||
@@ -80,9 +80,6 @@ class c_Continuation : public ExtObjectData {
|
||||
}
|
||||
|
||||
protected: virtual bool php_sleep(Variant &ret);
|
||||
private:
|
||||
template<typename FI> void nextImpl(FI& fi);
|
||||
|
||||
public:
|
||||
void call_next();
|
||||
void call_send(TypedValue* v);
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário