summaryrefslogtreecommitdiffhomepage
path: root/compat/shm.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-03-22 03:36:02 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-03-22 03:36:02 +0100
commit895daccda1453bf3d1fd99ed4a02087761e9643e (patch)
tree08dce1acd9d2009cc355661bb1b5fea7aa50bf72 /compat/shm.cpp
parentdacb1dd8b719f0e5d65463feb21947df27c6c7f4 (diff)
compat/shm: decruft
Diffstat (limited to 'compat/shm.cpp')
-rw-r--r--compat/shm.cpp3
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();
}