From 3f32f7d8a68883aa4659c79bed9c53ff163a95e1 Mon Sep 17 00:00:00 2001 From: brianc Date: Mon, 28 Sep 2015 10:04:02 -0500 Subject: [PATCH] Remove code that does not work in node v4.x --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index b7476dc9..c8db785c 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,6 @@ test-missing-native: @echo "***Testing optional native install***" @rm -rf node_modules/pg-native @node test/native/missing-native.js - @npm install pg-native@1.4.0 - @node test/native/missing-native.js @rm -rf node_modules/pg-native node_modules/pg-native/index.js: