archive/Plugin: migrate open() from class Error to C++ exceptions

This commit is contained in:
Max Kellermann
2016-09-09 18:34:55 +02:00
parent fc7d3f64c0
commit 220d9528a3
9 changed files with 27 additions and 49 deletions

View File

@@ -127,7 +127,7 @@ Bzip2InputStream::Open()
/* archive open && listing routine */
static ArchiveFile *
bz2_open(Path pathname, gcc_unused Error &error)
bz2_open(Path pathname)
{
static Mutex mutex;
static Cond cond;