Skip to content

Drop support for pre-R15 erlang #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
@@ -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__

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
@@ -21,7 +21,6 @@

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

void free_error(spidermonkey_state *state);

1 change: 0 additions & 1 deletion c_src/spidermonkey_drv.c
Original file line number Diff line number Diff line change
@@ -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;