diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-22 03:36:02 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-22 03:36:02 +0100 |
commit | 895daccda1453bf3d1fd99ed4a02087761e9643e (patch) | |
tree | 08dce1acd9d2009cc355661bb1b5fea7aa50bf72 | |
parent | dacb1dd8b719f0e5d65463feb21947df27c6c7f4 (diff) |
compat/shm: decruft
-rw-r--r-- | compat/shm.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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(); } |