aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/ada.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/ada.js')
-rw-r--r--lib/compilers/ada.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compilers/ada.js b/lib/compilers/ada.js
index 8219f9b35..8b33ae269 100644
--- a/lib/compilers/ada.js
+++ b/lib/compilers/ada.js
@@ -34,7 +34,6 @@ export class AdaCompiler extends BaseCompiler {
super(info, env);
this.compiler.supportsGccDump = true;
this.compiler.removeEmptyGccDump = true;
- this.compiler.supportsIntel = true;
// used for all GNAT related panes (Expanded code, Tree)
this.compiler.supportsGnatDebugViews = true;