]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - runtime/Watchdog.cpp
JavaScriptCore-7600.1.4.17.5.tar.gz
[apple/javascriptcore.git] / runtime / Watchdog.cpp
index 573260b162f407a7ec3dfb635b48c41060b868e3..5b1fe2b29671e9d518f732f390792ba449d3f49e 100644 (file)
@@ -185,15 +185,4 @@ void Watchdog::stopCountdown()
     m_isStopped = true;
 }
 
-Watchdog::Scope::Scope(Watchdog& watchdog)
-    : m_watchdog(watchdog)
-{
-    m_watchdog.arm();
-}
-
-Watchdog::Scope::~Scope()
-{
-    m_watchdog.disarm();
-}
-
 } // namespace JSC