Remove code that does not work in node v4.x

This commit is contained in:
brianc 2015-09-28 10:04:02 -05:00
parent d5d221e711
commit 3f32f7d8a6

View File

@ -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: