Browse Source

Dead link

Source commit: e69c075d6adcf79e2d09b8f99b933a80386d5e9d
Martin Prikryl 4 years ago
parent
commit
bdf92929a6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      source/windows/WinInterface.cpp

+ 0 - 2
source/windows/WinInterface.cpp

@@ -1079,8 +1079,6 @@ void __fastcall TWinInteractiveCustomCommand::Prompt(
 void __fastcall TWinInteractiveCustomCommand::Execute(
   const UnicodeString & Command, UnicodeString & Value)
 {
-  // inspired by
-  // http://forum.codecall.net/topic/72472-execute-a-console-program-and-capture-its-output/
   HANDLE StdOutOutput;
   HANDLE StdOutInput;
   HANDLE StdInOutput;