Browse Source

Remove incorrect include when compiled with __CLIENTDEBUG__.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4757 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.9.5
sletz 13 years ago
parent
commit
a57f4e8b22
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      common/JackGlobals.cpp

+ 0
- 1
common/JackGlobals.cpp View File

@@ -40,7 +40,6 @@ jack_thread_creator_t JackGlobals::fJackThreadCreator = pthread_create;

#ifdef __CLIENTDEBUG__

#include "JackLibGlobals.h"
std::ofstream* JackGlobals::fStream = NULL;

void JackGlobals::CheckContext(const char* name)


Loading…
Cancel
Save