Skip to content

Commit

Permalink
Remove DnsUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
styppo committed Feb 8, 2019
1 parent e5bcf73 commit 3d6224c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 33 deletions.
2 changes: 0 additions & 2 deletions gulpfile.js
Expand Up @@ -23,7 +23,6 @@ const sources = {
'./src/main/platform/browser/crypto/CryptoLib.js',
'./src/main/platform/browser/network/webrtc/WebRtcFactory.js',
'./src/main/platform/browser/network/websocket/WebSocketFactory.js',
'./src/main/platform/browser/network/DnsUtils.js',
'./src/main/platform/browser/network/HttpRequest.js',
'./src/main/platform/browser/utils/PlatformUtils.js',
'./src/main/platform/browser/WasmHelper.js',
Expand All @@ -46,7 +45,6 @@ const sources = {
'./src/main/platform/nodejs/network/webrtc/WebRtcFactory.js',
'./src/main/platform/nodejs/network/websocket/WebSocketServer.js',
'./src/main/platform/nodejs/network/websocket/WebSocketFactory.js',
'./src/main/platform/nodejs/network/DnsUtils.js',
'./src/main/platform/nodejs/network/HttpRequest.js',
'./src/main/platform/nodejs/utils/PlatformUtils.js',
]
Expand Down
11 changes: 0 additions & 11 deletions src/main/platform/browser/network/DnsUtils.js

This file was deleted.

1 change: 0 additions & 1 deletion src/main/platform/nodejs/index.prefix.js
Expand Up @@ -3,7 +3,6 @@ const atob = require('atob');
const btoa = require('btoa');
const JDB = require('@nimiq/jungle-db');
const fs = require('fs');
const dns = require('dns');
const https = require('https');
const http = require('http');
let cpuid;
Expand Down
19 changes: 0 additions & 19 deletions src/main/platform/nodejs/network/DnsUtils.js

This file was deleted.

0 comments on commit 3d6224c

Please sign in to comment.