Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
48d7fedb
Commit
48d7fedb
authored
Aug 25, 2015
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
thread/{Mutex,Cond}: remove obsolete comments
parent
75dff644
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
Cond.hxx
src/thread/Cond.hxx
+1
-3
Mutex.hxx
src/thread/Mutex.hxx
+1
-3
No files found.
src/thread/Cond.hxx
View file @
48d7fedb
/*
* Copyright (C) 2009-201
4
Max Kellermann <max@duempel.org>
* Copyright (C) 2009-201
5
Max Kellermann <max@duempel.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
...
...
@@ -32,8 +32,6 @@
#ifdef WIN32
/* mingw-w64 4.6.3 lacks a std::cond implementation */
#include "WindowsCond.hxx"
class
Cond
:
public
WindowsCond
{};
...
...
src/thread/Mutex.hxx
View file @
48d7fedb
/*
* Copyright (C) 2009-201
4
Max Kellermann <max@duempel.org>
* Copyright (C) 2009-201
5
Max Kellermann <max@duempel.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
...
...
@@ -32,8 +32,6 @@
#ifdef WIN32
/* mingw-w64 4.6.3 lacks a std::mutex implementation */
#include "CriticalSection.hxx"
class
Mutex
:
public
CriticalSection
{};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment