From 3624887d73c6bd20d606e00c1a97a03cd108da01 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 1 Feb 2016 12:21:10 -0800 Subject: [PATCH] Remove unused requires in Gruntfile Artifacts from the libaxolotl curve25519 compilation task. // FREEBIE --- Gruntfile.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 14a09df29ab..76fd767cc7b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,6 +1,3 @@ -var child_process = require('child_process'); -var util = require('util'); - module.exports = function(grunt) { 'use strict';