Skip to content

Commit

Permalink
fix!: remove dead references
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Aug 14, 2020
1 parent 3f44621 commit c5d0984
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions packages/spawner/src/contractHost.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
// Copyright (C) 2019 Agoric, under Apache License 2.0

/* global harden HandledPromise */
/* global harden */

import Nat from '@agoric/nat';
import { importBundle } from '@agoric/import-bundle';
import makeStore from '@agoric/weak-store';
import { assert, details } from '@agoric/assert';
import { allComparable } from '@agoric/same-structure';
import makeIssuerKit from '@agoric/ertp';
import { makePromiseKit } from '@agoric/promise-kit';

export { makeCollect } from './makeCollect';

Expand Down
1 change: 0 additions & 1 deletion packages/zoe/src/evalContractCode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global HandledPromise */
import Nat from '@agoric/nat';

import makeIssuerKit from '@agoric/ertp';
Expand Down

0 comments on commit c5d0984

Please sign in to comment.