Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Oct 18, 2023
1 parent 8be51ce commit 674b7d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/src/int64_emulated.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import 'int32.dart';
import 'int64.dart';
import 'intx.dart';
import 'utilities.dart' as u;

class Int64Impl implements Int64 {
Expand Down
1 change: 0 additions & 1 deletion lib/src/int64_native.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import 'int32.dart';
import 'int64.dart';
import 'intx.dart';
import 'utilities.dart' as u;

class Int64Impl implements Int64 {
Expand Down

0 comments on commit 674b7d0

Please sign in to comment.