Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
f2fec343
Commit
f2fec343
authored
Jan 16, 2016
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* (Get_MAST_File): remove useless function
parent
7ae0ece9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
13 deletions
+3
-13
src/backends/ocarina-backends-mast.adb
src/backends/ocarina-backends-mast.adb
+1
-10
src/backends/ocarina-backends-mast.ads
src/backends/ocarina-backends-mast.ads
+2
-3
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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