Skip to content
Snippets Groups Projects
Commit c9742743 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Removed obsoleted code.

parent fc721924
No related branches found
No related tags found
No related merge requests found
...@@ -104,17 +104,11 @@ public: ...@@ -104,17 +104,11 @@ public:
inline QString fileName() const { return m_fileName; } inline QString fileName() const { return m_fileName; }
inline Engine *engine() const { return m_engine; } inline Engine *engine() const { return m_engine; }
#ifndef J_SCRIPT_NO_EVENT_NOTIFY
inline qint64 id() const { return m_id; }
#endif
private: private:
QHash<AST::Node*, Code*> m_codeCache; QHash<AST::Node*, Code*> m_codeCache;
QString m_fileName; QString m_fileName;
Engine *m_engine; Engine *m_engine;
#ifndef J_SCRIPT_NO_EVENT_NOTIFY
qint64 m_id;
#endif
private: private:
Q_DISABLE_COPY(NodePool) Q_DISABLE_COPY(NodePool)
......
...@@ -116,17 +116,11 @@ public: ...@@ -116,17 +116,11 @@ public:
inline QString fileName() const { return m_fileName; } inline QString fileName() const { return m_fileName; }
inline JavaScriptEnginePrivate *engine() const { return m_engine; } inline JavaScriptEnginePrivate *engine() const { return m_engine; }
#ifndef J_SCRIPT_NO_EVENT_NOTIFY
inline qint64 id() const { return m_id; }
#endif
private: private:
QHash<AST::Node*, Code*> m_codeCache; QHash<AST::Node*, Code*> m_codeCache;
QString m_fileName; QString m_fileName;
JavaScriptEnginePrivate *m_engine; JavaScriptEnginePrivate *m_engine;
#ifndef J_SCRIPT_NO_EVENT_NOTIFY
qint64 m_id;
#endif
private: private:
Q_DISABLE_COPY(NodePool) Q_DISABLE_COPY(NodePool)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment