Browse Source

Remove throw

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2317 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 17 years ago
parent
commit
913d21791d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      windows/JackWinProcessSync.h

+ 0
- 2
windows/JackWinProcessSync.h View File

@@ -43,8 +43,6 @@ class JackWinProcessSync : public JackSyncInterface
JackWinProcessSync()
{
fEvent = CreateEvent(NULL, FALSE, FALSE, NULL);
if (fEvent == NULL)
throw new std::bad_alloc;
}
virtual ~JackWinProcessSync()
{


Loading…
Cancel
Save