[Spice-devel] [PATCH spice-streaming-agent] Remove unused macro

Snir Sheriber ssheribe at redhat.com
Sun Feb 18 14:56:47 UTC 2018


Signed-off-by: Snir Sheriber <ssheribe at redhat.com>
---
 src/mjpeg-fallback.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mjpeg-fallback.cpp b/src/mjpeg-fallback.cpp
index 634864f..53d50ed 100644
--- a/src/mjpeg-fallback.cpp
+++ b/src/mjpeg-fallback.cpp
@@ -26,9 +26,6 @@ using namespace spice::streaming_agent;
     throw std::runtime_error(_s.str()); \
 } while(0)
 
-#define FBC_ERROR(function) \
-    ERROR(function " failed(" << fbcStatus << "): " << pFn.nvFBCGetLastErrorStr(fbcHandle))
-
 static inline uint64_t get_time()
 {
     timespec now;
-- 
2.14.3



More information about the Spice-devel mailing list