Skip to content

Commit

Permalink
Remove a couple of now-unused macros.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Nov 9, 2016
1 parent b4cd2a6 commit aeff0ec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/6model/reprs/MVMHash.h
Expand Up @@ -25,17 +25,10 @@ struct MVMHash {
/* Function for REPR setup. */
const MVMREPROps * MVMHash_initialize(MVMThreadContext *tc);

#define MVM_HASH_ACTION(tc, hash, name, entry, action, member, size) \
action(hash_handle, hash, \
name->body.storage.blob_32, MVM_string_graphs(tc, name) * sizeof(size), entry); \

#define MVM_HASH_ACTION_CACHE(tc, hash, name, entry, action, member, size) \
action(hash_handle, hash, name->body.storage.blob_32, \
MVM_string_graphs(tc, name) * sizeof(size), name->body.cached_hash_code, entry); \

#define MVM_HASH_ACTION_SELECT(tc, hash, name, entry, action) \
MVM_HASH_ACTION(tc, hash, name, entry, action, storage.blob_32, MVMGrapheme32)

#define MVM_HASH_ACTION_SELECT_CACHE(tc, hash, name, entry, action) \
MVM_HASH_ACTION_CACHE(tc, hash, name, entry, action, storage.blob_32, MVMGrapheme32) \

Expand Down

0 comments on commit aeff0ec

Please sign in to comment.