Skip to content

Commit d6e8f71

Browse files
committed
refactor(log): remove deprecated utility/log.h
- Remove src/libipc/utility/log.h as it's no longer used - All code has been migrated to use the new libipc/imp/log.h interface - The old utility/log.h provided printf-style logging: ipc::log() and ipc::error() - The new imp/log.h provides modern C++ stream-based logging with LIBIPC_LOG() macro - Verified that there are no remaining references to utility/log.h in the codebase This completes the log interface migration by removing the deprecated file.
1 parent 3269bde commit d6e8f71

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

src/libipc/utility/log.h

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)