Chromium Code Reviews| Index: sky/sdk/lib/framework/debug/utils.dart |
| diff --git a/sky/sdk/lib/framework/debug/utils.dart b/sky/sdk/lib/framework/debug/utils.dart |
| deleted file mode 100644 |
| index 8aa2c84b205e0b576465a2e8f66e95c9aba00731..0000000000000000000000000000000000000000 |
| --- a/sky/sdk/lib/framework/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; |
| -} |