Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(721)

Unified Diff: runtime/vm/signal_handler.h

Issue 109803002: Profiler Take 2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/profiler_win.cc ('k') | runtime/vm/signal_handler_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/signal_handler.h
diff --git a/runtime/vm/signal_handler.h b/runtime/vm/signal_handler.h
index 67e1cfad51f55eb74bf1b2736c6b37888b653e76..18909cb3c9947d0fbbba2395e9a1fcbeae53eb4a 100644
--- a/runtime/vm/signal_handler.h
+++ b/runtime/vm/signal_handler.h
@@ -40,16 +40,6 @@ class SignalHandler : public AllStatic {
};
-class ScopedSignalBlocker {
- public:
- ScopedSignalBlocker();
- ~ScopedSignalBlocker();
-
- private:
- sigset_t old_;
-};
-
-
} // namespace dart
#endif // VM_SIGNAL_HANDLER_H_
« no previous file with comments | « runtime/vm/profiler_win.cc ('k') | runtime/vm/signal_handler_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698