diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-10-21 14:19:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-10-21 15:52:40 +0100 |
commit | e86effd159d06a6ceeb5571f98d4f45c7fe9f893 (patch) | |
tree | ed9a5a1f05779e53f80a6031cde82ce267cfaa8a /vcl/source | |
parent | 3303f43a6ea3c377331491d70a539e7e02ca9df8 (diff) |
move afl examples/test-cases to dedicated dir
Change-Id: I36f09cd19ea721ee69e62fac4cf0744827e8cefb
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/helper/evntpost.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/helper/evntpost.cxx b/vcl/source/helper/evntpost.cxx index 5331ecaad34e..abc9bbb8f01b 100644 --- a/vcl/source/helper/evntpost.cxx +++ b/vcl/source/helper/evntpost.cxx @@ -40,7 +40,6 @@ EventPoster::~EventPoster() } void EventPoster::Post() - { DBG_TESTSOLARMUTEX(); m_nId = Application::PostUserEvent( ( LINK( this, EventPoster, DoEvent_Impl ) ) ); |