Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Mar 7, 2024
1 parent bdfbc38 commit 7e9ff66
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/stremio_app/named_pipe.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
// Based on
// https://gitlab.com/tbsaunde/windows-named-pipe/-/blob/f4fd29191f0541f85f818885275dc4573d4059ec/src/lib.rs

// use kernel32::{
// CloseHandle, ConnectNamedPipe, CreateFileW, CreateNamedPipeW, DisconnectNamedPipe,
// FlushFileBuffers, ReadFile, WaitNamedPipeW, WriteFile,
// };
use std::ffi::{OsStr, OsString};
use std::io::{self, Read, Write};
use std::os::windows::prelude::OsStrExt;
Expand Down

0 comments on commit 7e9ff66

Please sign in to comment.