Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-sass/src/create_string.h')
-rw-r--r--node_modules/node-sass/src/create_string.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/node-sass/src/create_string.h b/node_modules/node-sass/src/create_string.h
deleted file mode 100644
index 03c7c92..0000000
--- a/node_modules/node-sass/src/create_string.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef CREATE_STRING_H
-#define CREATE_STRING_H
-
-#include <nan.h>
-
-char* create_string(Nan::MaybeLocal<v8::Value>);
-
-#endif