Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions c_src/driver_comm.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
See the License for the specific language governing permissions and
limitations under the License. */

#include "erl_compatibility.h"

#ifndef __DRIVER_COMM__
#define __DRIVER_COMM__

Expand Down
33 changes: 0 additions & 33 deletions c_src/erl_compatibility.h

This file was deleted.

1 change: 0 additions & 1 deletion c_src/spidermonkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include "driver_comm.h"
#include "spidermonkey.h"
#include "erl_compatibility.h"

void free_error(spidermonkey_state *state);

Expand Down
1 change: 0 additions & 1 deletion c_src/spidermonkey_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "spidermonkey.h"
#include "config.h"
#include "driver_comm.h"
#include "erl_compatibility.h"

typedef struct _spidermonkey_drv_t {
ErlDrvPort port;
Expand Down