aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_db_util.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-05-03 11:25:56 +0200
committerSverker Eriksson <[email protected]>2018-05-08 14:38:42 +0200
commit523176f67d7d5c4d3f5a9256af36e436f37afbec (patch)
tree4831ff8d16c71abd19c4330f4addb51d7b80f840 /erts/emulator/beam/erl_db_util.h
parentbad272295b0356140dd16e5357bd283fd05e6dcf (diff)
downloadotp-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.h2
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,