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

Unified Diff: sky/sdk/lib/debug/utils.dart

Issue 1187393002: Cleanup of SkyBinding, and resultant yak shaving. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 months 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 | « sky/sdk/lib/base/scheduler.dart ('k') | sky/sdk/lib/editing2/input.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/debug/utils.dart
diff --git a/sky/sdk/lib/debug/utils.dart b/sky/sdk/lib/debug/utils.dart
deleted file mode 100644
index 8aa2c84b205e0b576465a2e8f66e95c9aba00731..0000000000000000000000000000000000000000
--- a/sky/sdk/lib/debug/utils.dart
+++ /dev/null
@@ -1,12 +0,0 @@
-
-final bool inDebugBuild = _initInDebugBuild();
-
-bool _initInDebugBuild() {
- bool _inDebug = false;
- bool setAssert() {
- _inDebug = true;
- return true;
- }
- assert(setAssert());
- return _inDebug;
-}
« no previous file with comments | « sky/sdk/lib/base/scheduler.dart ('k') | sky/sdk/lib/editing2/input.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698