diff options
author | Sverker Eriksson <[email protected]> | 2016-10-14 18:48:00 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-11-29 17:52:38 +0100 |
commit | 9a88fc02527063be5096bdf4d49a48b144471553 (patch) | |
tree | 7b0e3ec80f36d1c84d5e0ba144146d5beb1a87a2 /erts/emulator/beam/atom.h | |
parent | 448b12eb58fd72464c70a493ca77af5c5a9a2a09 (diff) | |
download | otp-9a88fc02527063be5096bdf4d49a48b144471553.tar.gz otp-9a88fc02527063be5096bdf4d49a48b144471553.tar.bz2 otp-9a88fc02527063be5096bdf4d49a48b144471553.zip |
erts: Add erts internal secret atom
Diffstat (limited to 'erts/emulator/beam/atom.h')
-rw-r--r-- | erts/emulator/beam/atom.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/atom.h b/erts/emulator/beam/atom.h index f3b21e1687..abd3b44993 100644 --- a/erts/emulator/beam/atom.h +++ b/erts/emulator/beam/atom.h @@ -133,8 +133,6 @@ int atom_table_sz(void); /* table size in bytes, excluding stored objects */ Eterm am_atom_put(const char*, int); /* ONLY 7-bit ascii! */ Eterm erts_atom_put(const byte *name, int len, ErtsAtomEncoding enc, int trunc); -int atom_erase(byte*, int); -int atom_static_put(byte*, int); void init_atom_table(void); void atom_info(fmtfn_t, void *); void dump_atoms(fmtfn_t, void *); |