thread/{Mutex,Cond}: remove obsolete comments
This commit is contained in:
parent
75dff64450
commit
48d7fedbc0
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2009-2014 Max Kellermann <max@duempel.org>
|
* Copyright (C) 2009-2015 Max Kellermann <max@duempel.org>
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@ -32,8 +32,6 @@
|
|||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
||||||
/* mingw-w64 4.6.3 lacks a std::cond implementation */
|
|
||||||
|
|
||||||
#include "WindowsCond.hxx"
|
#include "WindowsCond.hxx"
|
||||||
class Cond : public WindowsCond {};
|
class Cond : public WindowsCond {};
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2009-2014 Max Kellermann <max@duempel.org>
|
* Copyright (C) 2009-2015 Max Kellermann <max@duempel.org>
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@ -32,8 +32,6 @@
|
|||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
||||||
/* mingw-w64 4.6.3 lacks a std::mutex implementation */
|
|
||||||
|
|
||||||
#include "CriticalSection.hxx"
|
#include "CriticalSection.hxx"
|
||||||
class Mutex : public CriticalSection {};
|
class Mutex : public CriticalSection {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user