summaryrefslogtreecommitdiffstats
path: root/user_channel/channel_mgmt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'user_channel/channel_mgmt.hpp')
-rw-r--r--user_channel/channel_mgmt.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/user_channel/channel_mgmt.hpp b/user_channel/channel_mgmt.hpp
index cb0ea33..35bb494 100644
--- a/user_channel/channel_mgmt.hpp
+++ b/user_channel/channel_mgmt.hpp
@@ -232,14 +232,6 @@ class ChannelConfig
*/
int writeChannelVolatileData();
- /** @brief function to get channel name from channel number
- *
- * @param[in] chNum - channel number index
- *
- * @return network channel interface name
- */
- std::string getChannelName(const int chNum);
-
private:
uint32_t signalFlag = 0;
std::unique_ptr<boost::interprocess::named_recursive_mutex> channelMutex{
OpenPOWER on IntegriCloud