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
ad406703
Commit
ad406703
authored
Jul 10, 2018
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused function ToolsDir
parent
d024c832
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
Win/Platform.dcl
Win/Platform.dcl
+0
-1
Win/Platform.icl
Win/Platform.icl
+0
-10
No files found.
Win/Platform.dcl
View file @
ad406703
...
...
@@ -10,7 +10,6 @@ IF_WINDOWS windows not_windows :== windows
DirSeparator
:==
'\\'
DirSeparatorString
:==
"
\\
"
ToolsDir
::
String
TempDir
::
String
EnvsDir
::
String
PrefsDir
::
String
...
...
Win/Platform.icl
View file @
ad406703
...
...
@@ -73,24 +73,14 @@ inifilename
=:
apppath
%(
0
,
s
-4
)
+++.
"ini
\0
"
section
=:
"Paths
\0
"
toolkey
=:
"tooldir
\0
"
tooltempkey
=:
"tooltemp
\0
"
envskey
=:
"envsdir
\0
"
prefskey
=:
"prefsdir
\0
"
tooldefault
=:
StartUpDir
+++.
"
\\
Tools
\0
"
tooltempdefault
=:
StartUpDir
+++.
"
\\
Temp
\0
"
envsdefault
=:
StartUpDir
+++.
"
\\
Config
\0
"
prefsdefault
=:
StartUpDir
+++.
"
\\
Config
\0
"
ToolsDir
::
String
ToolsDir
=:
let
(
has_arg
,
arg
)
=
get_arg
"-tooldir"
(
has_env
,
env
)
=
get_env
"TOOLDIR"
ini
=
get_ini
inifilename
section
toolkey
tooldefault
in
if
has_arg
arg
(
if
has_env
env
ini
)
TempDir
::
String
TempDir
=:
let
...
...
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