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
13144184
Commit
13144184
authored
Oct 29, 2016
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
db/Error: remove unused variable db_domain
parent
3ff728ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
30 deletions
+1
-30
Makefile.am
Makefile.am
+1
-2
DatabaseError.cxx
src/db/DatabaseError.cxx
+0
-24
DatabaseError.hxx
src/db/DatabaseError.hxx
+0
-4
No files found.
Makefile.am
View file @
13144184
...
...
@@ -224,7 +224,7 @@ libmpd_a_SOURCES += \
src/db/DatabasePrint.cxx src/db/DatabasePrint.hxx
\
src/db/DatabaseQueue.cxx src/db/DatabaseQueue.hxx
\
src/db/DatabasePlaylist.cxx src/db/DatabasePlaylist.hxx
\
src/db/DatabaseError.
cxx src/db/DatabaseError.
hxx
\
src/db/DatabaseError.hxx
\
src/db/DatabaseLock.cxx src/db/DatabaseLock.hxx
\
src/db/DatabasePlugin.hxx
\
src/db/Interface.hxx
\
...
...
@@ -1709,7 +1709,6 @@ test_DumpDatabase_LDADD = \
test_DumpDatabase_SOURCES
=
test
/DumpDatabase.cxx
\
src/protocol/Ack.cxx
\
src/Log.cxx src/LogBackend.cxx
\
src/db/DatabaseError.cxx
\
src/db/Registry.cxx
\
src/db/Selection.cxx
\
src/db/PlaylistVector.cxx
\
...
...
src/db/DatabaseError.cxx
deleted
100644 → 0
View file @
3ff728ab
/*
* Copyright 2003-2016 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include "DatabaseError.hxx"
#include "util/Domain.hxx"
const
Domain
db_domain
(
"db"
);
src/db/DatabaseError.hxx
View file @
13144184
...
...
@@ -22,8 +22,6 @@
#include <stdexcept>
class
Domain
;
enum
class
DatabaseErrorCode
{
/**
* The database is disabled, i.e. none is configured in this
...
...
@@ -48,6 +46,4 @@ public:
}
};
extern
const
Domain
db_domain
;
#endif
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