diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-03 03:53:36 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-03 03:53:36 -0400 |
| commit | 5feecff9d93522002c74a1423d138c2aa8bc150d (patch) | |
| tree | ff64b7695be5fd8716cfe6ed640ed556dc203587 /environment.h | |
| parent | 5f0b099e1444d462be5aa8df49f87c9b324e1b85 (diff) | |
Deprecate `Where` and change channel API to use a boolean `front` value
Diffstat (limited to 'environment.h')
| -rw-r--r-- | environment.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/environment.h b/environment.h index 0fd67b4e..98d61d84 100644 --- a/environment.h +++ b/environment.h @@ -81,6 +81,5 @@ binding_t *get_namespace_binding(env_t *env, ast_t *self, const char *name); extern type_t *TEXT_TYPE; extern type_t *RANGE_TYPE; extern type_t *THREAD_TYPE; -extern type_t *WHERE_TYPE; // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
