Skip to content

Commit 74deb87

Browse files
committed
Clean up output stream
1 parent e0e4697 commit 74deb87

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/AppInstallerCLICore/ChannelStreams.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ namespace AppInstaller::CLI::Execution
9494
OutputStream& operator<<(const VirtualTerminal::ConstructedSequence& sequence);
9595
OutputStream& operator<<(const std::filesystem::path& path);
9696

97-
inline bool IsEnabled() {
98-
return m_enabled;
99-
}
100-
10197
private:
10298
// Applies the format for the stream.
10399
void ApplyFormat();

0 commit comments

Comments
 (0)