Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
f2fec343
Commit
f2fec343
authored
Jan 16, 2016
by
yoogx
Browse files
* (Get_MAST_File): remove useless function
parent
7ae0ece9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-mast.adb
View file @
f2fec343
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 2010-201
5
ESA & ISAE. --
-- Copyright (C) 2010-201
6
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -113,13 +113,4 @@ package body Ocarina.Backends.MAST is
MAST
.
Main
.
Visit
(
E
);
end
Visit_Architecture_Instance
;
-------------------
-- Get_MAST_File --
-------------------
function
Get_MAST_File
return
Node_Id
is
begin
return
MAST_File
;
end
Get_MAST_File
;
end
Ocarina
.
Backends
.
MAST
;
src/backends/ocarina-backends-mast.ads
View file @
f2fec343
...
...
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
-- Copyright (C) 2010-201
5
ESA & ISAE. --
-- Copyright (C) 2010-201
6
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -41,9 +41,8 @@ package Ocarina.Backends.MAST is
procedure
Reset
;
function
Get_MAST_File
return
Node_Id
;
private
MAST_File
:
Node_Id
;
end
Ocarina
.
Backends
.
MAST
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment