Skip to content

Commit

Permalink
fixup! remove dead imports
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Apr 22, 2024
1 parent 4786cc4 commit 4230bfb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/cosmic-swingset/src/export-kernel-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { fileURLToPath } from 'url';

import { makePromiseKit } from '@endo/promise-kit';
import { Fail, q } from '@agoric/assert';
import { makeAggregateError } from '@agoric/internal';
import { makeShutdown } from '@agoric/internal/src/node/shutdown.js';
import { makeSwingStoreExporter } from '@agoric/swing-store';

Expand Down
1 change: 0 additions & 1 deletion packages/internal/src/node/fs-stream.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { createWriteStream } from 'node:fs';
import { open } from 'node:fs/promises';
import { makeAggregateError } from '../utils.js';

/**
* @param {import("fs").ReadStream | import("fs").WriteStream} stream
Expand Down
1 change: 0 additions & 1 deletion packages/telemetry/src/slog-sender-pipe-entrypoint.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* global process */
import '@endo/init';

import { makeAggregateError } from '@agoric/internal';
import anylogger from 'anylogger';
import { makeShutdown } from '@agoric/internal/src/node/shutdown.js';

Expand Down

0 comments on commit 4230bfb

Please sign in to comment.