From 895daccda1453bf3d1fd99ed4a02087761e9643e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 22 Mar 2017 03:36:02 +0100 Subject: compat/shm: decruft --- compat/shm.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'compat/shm.cpp') diff --git a/compat/shm.cpp b/compat/shm.cpp index 83a3260c..6aeb8ca9 100644 --- a/compat/shm.cpp +++ b/compat/shm.cpp @@ -93,11 +93,8 @@ struct secattr attrs.lpSecurityDescriptor = pSD; attrs.nLength = sizeof(SECURITY_ATTRIBUTES); - fflush(stderr); - return; cleanup: - fflush(stderr); cleanup(); } -- cgit v1.2.3