Chromium Code Reviews| Index: pkg/mock/lib/mock.dart |
| diff --git a/pkg/mock/lib/mock.dart b/pkg/mock/lib/mock.dart |
| index 768cae2548f87096d30355f5d965b31afe37b17d..0732cb406bf29784cbcd8dbadf41b3be1c8d7098 100644 |
| --- a/pkg/mock/lib/mock.dart |
| +++ b/pkg/mock/lib/mock.dart |
| @@ -115,11 +115,3 @@ export 'src/responder.dart'; |
| export 'src/result_matcher.dart'; |
| export 'src/result_set_matcher.dart'; |
| export 'src/times_matcher.dart'; |
| - |
|
kevmoo
2014/05/08 18:37:57
Functional change #1 - removed deprecated (and unu
|
| -import 'src/log_entry_list.dart'; |
| - |
| -/** |
| - * [sharedLog] is not used in this library and is deprecated. |
| - */ |
| -@deprecated |
| -LogEntryList sharedLog = null; |