From abfb65680e16164647c36a975b2ec8a7ee41fd3e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 25 Oct 2016 13:15:57 +0200 Subject: [PATCH] fix last merge Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4bbfbe997b7cc238c4df1b2dab165640411e843f Author: vanhofen Date: 2016-10-25 (Tue, 25 Oct 2016) Origin message was: ------------------ - fix last merge ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/streamts.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/driver/streamts.cpp b/src/driver/streamts.cpp index 988a6b61a..799ee1b5b 100644 --- a/src/driver/streamts.cpp +++ b/src/driver/streamts.cpp @@ -56,10 +56,7 @@ #include #include #include -/* merge conflict */ -#if 0 #include -#endif #include #include @@ -168,13 +165,9 @@ void CStreamInstance::RemoveClient(int clientfd) bool CStreamInstance::Open() { -/* merge conflict */ -#if 0 printf("CStreamInstance::run: %" PRIx64 "\n", channel_id); set_threadname("n:streaminstance"); -#endif - CZapitChannel * tmpchan = CServiceManager::getInstance()->FindChannel(channel_id); if (!tmpchan) return false;