Skip to content

Commit b64a2cd

Browse files
authored
Remove unused library code (#153)
This code is for working with the raw wptreport.json format, and isn't used by any code. Everything is now using the packed Git results.
1 parent 7178ac6 commit b64a2cd

File tree

3 files changed

+1
-316
lines changed

3 files changed

+1
-316
lines changed

lib/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
'use strict';
22

33
const browserSpecific = require('./browser-specific');
4-
const metrics = require('./metrics');
5-
const report = require('./report');
64
const results = require('./results');
75
const runs = require('./runs');
86

9-
module.exports = { browserSpecific, metrics, report, results, runs };
7+
module.exports = { browserSpecific, results, runs };

lib/metrics.js

Lines changed: 0 additions & 239 deletions
This file was deleted.

lib/report.js

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)