diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-05-03 13:59:26 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-05-03 13:59:26 -0400 |
| commit | 51a5bf63a2a9dd73e5b20b0b9aab2f87c6400eb0 (patch) | |
| tree | cec7e8dec9adb5ba39eb056a43880fe117bd67dd /src/environment.h | |
| parent | e476799ab7d0e26256ac9be25888e963dc0928a0 (diff) | |
Deprecate function name registering and printing the function's name
Diffstat (limited to 'src/environment.h')
| -rw-r--r-- | src/environment.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/environment.h b/src/environment.h index 74de3449..a89935e6 100644 --- a/src/environment.h +++ b/src/environment.h @@ -15,7 +15,6 @@ typedef struct { CORD staticdefs; CORD lambdas; CORD variable_initializers; - CORD function_naming; } compilation_unit_t; typedef struct deferral_s { |
