Skip to content

Commit

Permalink
chore: clean up dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Aug 27, 2024
1 parent 0613a90 commit c297c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 103 deletions.
6 changes: 3 additions & 3 deletions proposals/64:crabble-start/test-crabble-start.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ import {
} from './core-eval-support.js';

/** @typedef {Awaited<ReturnType<typeof makeTestContext>>} TestContext */
/** @type {import('ava').TestFn<TestContext>}} */
const test = anyTest;

const test = /** @type {import('ava').TestFn<TestContext>}} */ (anyTest);

const assetInfo = {
/** @type {Record<string, ProposalInfo>} */
Expand Down Expand Up @@ -208,7 +208,7 @@ const getFileSize = async (src, fileName) => {
return size;
};

/** @param {import('./lib/webAsset.js').FileRd} src */
/** @param {import('@agoric/synthetic-chain').FileRd} src */
const readBundleSizes = async src => {
const info = staticConfig.buildInfo;
const bundleSizes = await Promise.all(
Expand Down
100 changes: 0 additions & 100 deletions proposals/75:upgrade-16/vatDetails.js

This file was deleted.

0 comments on commit c297c19

Please sign in to comment.