Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tlc4b
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
tlc4b
Commits
e8166f10
Commit
e8166f10
authored
10 months ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused TLC4BGlobals.cleanup
parent
609310c5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/de/tlc4b/TLC4B.java
+0
-2
0 additions, 2 deletions
src/main/java/de/tlc4b/TLC4B.java
src/main/java/de/tlc4b/TLC4BGlobals.java
+0
-12
0 additions, 12 deletions
src/main/java/de/tlc4b/TLC4BGlobals.java
with
0 additions
and
14 deletions
src/main/java/de/tlc4b/TLC4B.java
+
0
−
2
View file @
e8166f10
...
...
@@ -194,7 +194,6 @@ public class TLC4B {
System
.
setProperty
(
"apple.awt.UIElement"
,
"true"
);
// avoiding pop up windows
TLC4BGlobals
.
resetGlobals
();
TLC4BGlobals
.
setDeleteOnExit
(
deleteFiles
);
// B2TLAGlobals.setCleanup(true);
TLC4B
tlc4b
=
new
TLC4B
();
try
{
tlc4b
.
process
(
args
);
...
...
@@ -220,7 +219,6 @@ public class TLC4B {
System
.
setProperty
(
"apple.awt.UIElement"
,
"true"
);
// avoiding pop up windows
TLC4BGlobals
.
resetGlobals
();
TLC4BGlobals
.
setDeleteOnExit
(
deleteFiles
);
// B2TLAGlobals.setCleanup(true);
TLC4B
tlc4b
=
new
TLC4B
();
tlc4b
.
buildDir
=
new
File
(
"temp/"
);
...
...
This diff is collapsed.
Click to expand it.
src/main/java/de/tlc4b/TLC4BGlobals.java
+
0
−
12
View file @
e8166f10
...
...
@@ -27,8 +27,6 @@ public class TLC4BGlobals {
private
static
boolean
hideTLCConsoleOutput
;
private
static
boolean
createTraceFile
;
private
static
boolean
cleanup
;
private
static
boolean
forceTLCToEvalConstants
;
private
static
int
workers
;
...
...
@@ -61,8 +59,6 @@ public class TLC4BGlobals {
proBconstantsSetup
=
false
;
cleanup
=
true
;
workers
=
1
;
dfid_initial_depth
=
-
1
;
// option not selected
...
...
@@ -212,14 +208,6 @@ public class TLC4BGlobals {
return
TLC4BGlobals
.
dfid_initial_depth
;
}
public
static
boolean
isCleanup
()
{
return
cleanup
;
}
public
static
void
setCleanup
(
boolean
cleanup
)
{
TLC4BGlobals
.
cleanup
=
cleanup
;
}
public
static
boolean
isProBconstantsSetup
()
{
return
proBconstantsSetup
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment