Skip to content

Commit

Permalink
fix: removed discovery utils and types
Browse files Browse the repository at this point in the history
These are not needed anymore since we don't make use of a discovery ID generator.
  • Loading branch information
tegefaulkes committed Sep 27, 2022
1 parent e12b1b4 commit ab75115
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions src/discovery/Discovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ import {
CreateDestroyStartStop,
ready,
} from '@matrixai/async-init/dist/CreateDestroyStartStop';
// TODO: decide what to do with the discover utils
import * as tasksErrors from 'tasks/errors';
import * as discoveryUtils from './utils';
import * as discoveryErrors from './errors';
import * as nodesErrors from '../nodes/errors';
import * as networkErrors from '../network/errors';
Expand Down
11 changes: 0 additions & 11 deletions src/discovery/types.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/discovery/utils.ts

This file was deleted.

0 comments on commit ab75115

Please sign in to comment.