Skip to content

Commit

Permalink
Merge pull request elastic#7907 from thomasneirynck/fix/remove-cruft
Browse files Browse the repository at this point in the history
Remove unused variables

Former-commit-id: 7c710bf
  • Loading branch information
thomasneirynck authored Aug 3, 2016
2 parents 9244c30 + 8d9b44c commit aa313cb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/server/config/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Promise from 'bluebird';
import Joi from 'joi';
import _ from 'lodash';
import override from './override';
Expand Down
1 change: 0 additions & 1 deletion src/server/config/flatten_with.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import _ from 'lodash';
module.exports = function (dot, nestedObj, flattenArrays) {
let key; // original key
let stack = []; // track key stack
let flatObj = {};
(function flattenObj(obj) {
Expand Down
2 changes: 0 additions & 2 deletions src/server/config/schema.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import Joi from 'joi';
import fs from 'fs';
import path from 'path';
import { get } from 'lodash';
import { randomBytes } from 'crypto';
import os from 'os';
Expand Down

0 comments on commit aa313cb

Please sign in to comment.