Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
neboat committed Jul 30, 2024
1 parent 64a6357 commit 6f8f039
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion runtime/cilk-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ extern "C" {
#include "fiber-header.h"
#include "frame.h"
#include "internal-malloc.h"
#include "jmpbuf.h"
#include "rts-config.h"
#include "sched_stats.h"
#include "types.h"
Expand Down
2 changes: 0 additions & 2 deletions runtime/cilk2c_inlined.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
#include "frame.h"
#include "global.h"
#include "init.h"
#include "jmpbuf.h"
#include "local-reducer-api.h"
#include "readydeque.h"
#include "scheduler.h"

#include "pedigree_ext.c"
Expand Down
4 changes: 0 additions & 4 deletions runtime/rts-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,4 @@ _Static_assert(MAX_NUM_PAGES_PER_STACK >= MIN_NUM_PAGES_PER_STACK, "Invalid Chee
#define MAX_CALLBACKS 32 // Maximum number of init or exit callbacks
#endif

#ifndef HYPER_TABLE_HIDDEN
#define HYPER_TABLE_HIDDEN 1
#endif

#endif // _CONFIG_H

0 comments on commit 6f8f039

Please sign in to comment.