We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e4697 commit 74deb87Copy full SHA for 74deb87
src/AppInstallerCLICore/ChannelStreams.h
@@ -94,10 +94,6 @@ namespace AppInstaller::CLI::Execution
94
OutputStream& operator<<(const VirtualTerminal::ConstructedSequence& sequence);
95
OutputStream& operator<<(const std::filesystem::path& path);
96
97
- inline bool IsEnabled() {
98
- return m_enabled;
99
- }
100
-
101
private:
102
// Applies the format for the stream.
103
void ApplyFormat();
0 commit comments