diff options
author | Sverker Eriksson <[email protected]> | 2018-05-03 11:25:56 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-05-08 14:38:42 +0200 |
commit | 523176f67d7d5c4d3f5a9256af36e436f37afbec (patch) | |
tree | 4831ff8d16c71abd19c4330f4addb51d7b80f840 /erts/emulator/beam/erl_db_util.h | |
parent | bad272295b0356140dd16e5357bd283fd05e6dcf (diff) | |
download | otp-523176f67d7d5c4d3f5a9256af36e436f37afbec.tar.gz otp-523176f67d7d5c4d3f5a9256af36e436f37afbec.tar.bz2 otp-523176f67d7d5c4d3f5a9256af36e436f37afbec.zip |
erts: Cleanup ets code
Diffstat (limited to 'erts/emulator/beam/erl_db_util.h')
-rw-r--r-- | erts/emulator/beam/erl_db_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_db_util.h b/erts/emulator/beam/erl_db_util.h index db8dfa5be4..56689bcc03 100644 --- a/erts/emulator/beam/erl_db_util.h +++ b/erts/emulator/beam/erl_db_util.h @@ -471,7 +471,7 @@ Binary *db_match_compile(Eterm *matchexpr, Eterm *guards, /* Returns newly allocated MatchProg binary with refc == 0*/ Eterm db_match_dbterm(DbTableCommon* tb, Process* c_p, Binary* bprog, - int all, DbTerm* obj, Eterm** hpp, Uint extra); + DbTerm* obj, Eterm** hpp, Uint extra); Eterm db_prog_match(Process *p, Process *self, Binary *prog, Eterm term, |