Skip to content

Commit 2b284bd

Browse files
committed
Removed GETNEWLIBL check
Signed-off-by: Seb Julliand <[email protected]>
1 parent 42b23a1 commit 2b284bd

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/api/IBMi.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { IBMiComponent } from "../components/component";
88
import { CopyToImport } from "../components/copyToImport";
99
import { CustomQSh } from '../components/cqsh';
1010
import { ComponentManager } from "../components/manager";
11-
import { CommandData, CommandResult, ConnectionData, IBMiMember, RemoteCommand, SpecialAuthorities, WrapResult } from "../typings";
11+
import { CommandData, CommandResult, ConnectionData, IBMiMember, RemoteCommand, WrapResult } from "../typings";
1212
import { CompileTools } from "./CompileTools";
1313
import { ConnectionConfiguration } from "./Configuration";
1414
import IBMiContent from "./IBMiContent";
@@ -408,15 +408,6 @@ export default class IBMi {
408408
message: `Checking installed components on host IBM i.`
409409
});
410410

411-
// We need to check if our remote programs are installed.
412-
remoteApps.push(
413-
{
414-
path: `/QSYS.lib/${this.upperCaseName(this.config.tempLibrary)}.lib/`,
415-
names: [`GETNEWLIBL.PGM`],
416-
specific: `GE*.PGM`
417-
}
418-
);
419-
420411
//Next, we see what pase features are available (installed via yum)
421412
//This may enable certain features in the future.
422413
for (const feature of remoteApps) {

0 commit comments

Comments
 (0)