aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-context.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-context.adb')
-rw-r--r--src/synth/synth-context.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/synth-context.adb b/src/synth/synth-context.adb
index adc2277a3..77ed71856 100644
--- a/src/synth/synth-context.adb
+++ b/src/synth/synth-context.adb
@@ -49,7 +49,6 @@ package body Synth.Context is
Block_Scope => Info,
Up_Block => Parent,
Elab_Objects => 0,
- Return_Value => null,
Objects => (others => null));
return Res;
end Make_Instance;