Skip to content

Commit

Permalink
Remove redundant forward decl.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Dec 7, 2023
1 parent 812d788 commit afd3293
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hilti/runtime/include/fiber-check-stack.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@

namespace hilti::rt::detail {

/** Helper recording global stack resource usage. */
extern void trackStack();

/**
* Checks that the current fiber has sufficient stack space left for executing
* a function body. This is called often and should reduce overhead as much as
Expand Down

0 comments on commit afd3293

Please sign in to comment.