diff --git a/index.js b/index.js
index 7eb538e..bd2dc7c 100644
--- a/index.js
+++ b/index.js
@@ -1,7 +1,5 @@
 'use strict';
 
-const path = require('path');
-
 const platformNames = {
 	win32  : 'windows',
 	linux  : 'linux',