Skip to content

Commit

Permalink
Remove asprintf. It's not used any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Oct 22, 2015
1 parent 72479ac commit f494af6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 149 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Expand Up @@ -8,7 +8,7 @@
{
'include_dirs': [ "<!(node -e \"require('nan')\")" ],
'target_name': 'ursaNative',
'sources': [ 'src/ursaNative.cc', 'src/asprintf.cc' ],
'sources': [ 'src/ursaNative.cc' ],
'conditions': [
[ 'OS=="win"', {
'conditions': [
Expand Down
107 changes: 0 additions & 107 deletions src/asprintf.cc

This file was deleted.

40 changes: 0 additions & 40 deletions src/asprintf.h

This file was deleted.

1 change: 0 additions & 1 deletion src/ursaNative.cc
Expand Up @@ -9,7 +9,6 @@
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include "asprintf.h"

using namespace v8;

Expand Down

0 comments on commit f494af6

Please sign in to comment.