mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Replaced boost::thread_specific_ptr with thread_local
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
/*
|
||||
* ResourceManagerTest.h, part of VCMI engine
|
||||
*
|
||||
* Authors: listed in file AUTHORS in main folder
|
||||
*
|
||||
* License: GNU General Public License v2.0 or later
|
||||
* Full text of license available in license.txt file, in main folder
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
extern boost::thread_specific_ptr<CCallback> cb;
|
||||
@@ -12,7 +12,6 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "../AI/VCAI/VCAI.h"
|
||||
#include "ResourceManagerTest.h"
|
||||
#include "../AI/VCAI/Goals/Goals.h"
|
||||
#include "mock_VCAI_CGoal.h"
|
||||
#include "mock_VCAI.h"
|
||||
|
||||
Reference in New Issue
Block a user