Remove unused nextImpl template from c_Continuation

Esse commit está contido em:
mwilliams
2013-03-20 15:15:29 -07:00
commit de Sara Golemon
commit 97eb859975
2 arquivos alterados com 0 adições e 6 exclusões
-3
Ver Arquivo
@@ -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) {
-3
Ver Arquivo
@@ -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);