Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
22fdf1fd
Commit
22fdf1fd
authored
Nov 10, 2015
by
yoogx
Browse files
* Remove useless with clauses
parent
993d44fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/python/ocarina-utils.adb
View file @
22fdf1fd
...
...
@@ -29,14 +29,12 @@
-- --
------------------------------------------------------------------------------
with
Ada
.
Command_Line
;
use
Ada
.
Command_Line
;
with
GNAT
.
Directory_Operations
;
use
GNAT
.
Directory_Operations
;
with
GNAT
.
OS_Lib
;
use
GNAT
.
OS_Lib
;
with
Errors
;
use
Errors
;
with
Locations
;
use
Locations
;
with
Ocarina
.
Namet
;
use
Ocarina
.
Namet
;
with
Ocarina
.
Output
;
use
Ocarina
.
Output
;
with
Ocarina
.
Namet
;
use
Ocarina
.
Namet
;
with
Ocarina
.
Output
;
use
Ocarina
.
Output
;
with
Utils
;
use
Utils
;
with
Ocarina
.
Analyzer
;
use
Ocarina
.
Analyzer
;
...
...
@@ -44,7 +42,6 @@ with Ocarina.Backends; use Ocarina.Backends;
with
Ocarina
.
Configuration
;
use
Ocarina
.
Configuration
;
with
Ocarina
.
FE_AADL
;
use
Ocarina
.
FE_AADL
;
with
Ocarina
.
FE_AADL
.
Parser
;
with
Ocarina
.
FE_REAL
;
use
Ocarina
.
FE_REAL
;
with
Ocarina
.
Instances
;
use
Ocarina
.
Instances
;
with
Ocarina
.
Parser
;
use
Ocarina
.
Parser
;
with
Ocarina
.
Options
;
use
Ocarina
.
Options
;
...
...
Write
Preview
Supports
Markdown
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