mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
remove unused field
This commit is contained in:
parent
b849a3019f
commit
c1fdd0ea7b
2 changed files with 0 additions and 8 deletions
|
@ -79,11 +79,6 @@ impl<'a, 'ctx> Scope<'a, 'ctx> {
|
|||
*/
|
||||
}
|
||||
|
||||
pub struct RcFunctions<'ctx> {
|
||||
inc: FunctionValue<'ctx>,
|
||||
dec: FunctionValue<'ctx>,
|
||||
}
|
||||
|
||||
pub struct Env<'a, 'ctx, 'env> {
|
||||
pub arena: &'a Bump,
|
||||
pub context: &'ctx Context,
|
||||
|
@ -93,7 +88,6 @@ pub struct Env<'a, 'ctx, 'env> {
|
|||
pub ptr_bytes: u32,
|
||||
pub leak: bool,
|
||||
pub exposed_to_host: MutSet<Symbol>,
|
||||
pub rc_functions: MutMap<Layout<'a>, RcFunctions<'ctx>>,
|
||||
}
|
||||
|
||||
impl<'a, 'ctx, 'env> Env<'a, 'ctx, 'env> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue