Skip to content

Commit 15ecaad

Browse files
committed
move unused Octave code
1 parent ef9af2a commit 15ecaad

File tree

16 files changed

+2
-248
lines changed

16 files changed

+2
-248
lines changed

+stdlib/is_wsl.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%% IS_WSL detect if running under WSL
22
%
3-
% Detects if Matlab or GNU Octave is installed and running from within
3+
% Detects if Matlab is installed and running from within
44
% Windows Subsystem for Linux
55

66
function w = is_wsl()

+stdlib/remove.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%% REMOVE delete file or empty directory
22
%
3-
% Matlab or GNU Octave delete() has trouble with not being able to delete
3+
% Matlab delete() has trouble with not being able to delete
44
% open files on Windows. This function mitigates that limitation by returning
55
% a boolean success status.
66

.github/workflows/ci-nojvm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- ".github/workflows/ci-nojvm.yml"
1010
- ".github/workflows/*/action.yml"
1111
- "!private/publish_gen_index_html.m"
12-
- "!octave_build.m"
1312
- "!scripts/**"
1413

1514
# avoid wasted runs

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- ".github/workflows/ci.yml"
1010
- ".github/workflows/*/action.yml"
1111
- "!private/publish_gen_index_html.m"
12-
- "!octave_build.m"
1312
- "!scripts/**"
1413

1514
# avoid wasted runs

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
paths:
77
- "**.m"
88
- ".github/workflows/publish.yml"
9-
- "!octave_build.m"
109
- "!scripts/**"
1110

1211
# Allows you to run this workflow manually from the Actions tab

octave_build.m

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/octave/disk_available.cpp

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/octave/disk_capacity.cpp

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/octave/drop_slash.cpp

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/octave/is_admin.cpp

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)