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
C
clean-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-ide
Commits
a3c737d4
Commit
a3c737d4
authored
Jul 10, 2018
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused Execute function from module PmCleanSystem
parent
e074061c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
19 deletions
+0
-19
Win/IdePlatform.icl
Win/IdePlatform.icl
+0
-1
Win/PmCleanSystem.dcl
Win/PmCleanSystem.dcl
+0
-11
Win/PmCleanSystem.icl
Win/PmCleanSystem.icl
+0
-7
No files found.
Win/IdePlatform.icl
View file @
a3c737d4
...
...
@@ -66,7 +66,6 @@ RunProgram path ps
(
ps
,_)
=
Execute`
redc
updateErrorWindow
path
ao
ps
=
ps
where
// can remove from PmCleanSystem?!
Execute
::
!(
WindowFun
*
env
)
!
Pathname
!
ApplicationOptions
*
env
->
(*
env
,
!
Bool
)
Execute
winfun
path
{
o
}
ps
#
(
didit
,_)
=
winLaunchApp
(
quoted_string
path
)
(
o
<>
NoConsole
)
99
...
...
Win/PmCleanSystem.dcl
View file @
a3c737d4
...
...
@@ -127,17 +127,6 @@ Link :: // Links the given file:
,
!
Bool
// success status
)
/*
Execute :: // Executes the given application
!(WindowFun *env) // error display fun
!Pathname // full pathname of the application
!ApplicationOptions // application options (only need the console flag)
*env // state
->
( *env // state
, !Bool // success status
)
*/
Execute`
::
!
String
!*
env
->
(!
Bool
,!
Int
,!*
env
)
...
...
Win/PmCleanSystem.icl
View file @
a3c737d4
...
...
@@ -762,13 +762,6 @@ where
//--- EXECUTE
Execute
::
!(
WindowFun
*
env
)
!
Pathname
!
ApplicationOptions
*
env
->
(*
env
,
!
Bool
)
Execute
winfun
path
{
o
}
ps
#
(
didit
,_)
=
winLaunchApp
(
quoted_string
path
)
(
o
<>
NoConsole
)
99
|
didit
=
(
ps
,
True
)
=
(
winfun
[
"Error: Could not launch the application"
]
ps
,
False
)
Execute`
::
!
String
!*
env
->
(!
Bool
,!
Int
,!*
env
)
Execute`
command
ps
#
(
didit
,
ec
,
os4
)
=
CallProcess
command
[]
""
""
""
""
99
...
...
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