| Index: src/IceBrowserCompileServer.h
|
| diff --git a/src/IceBrowserCompileServer.h b/src/IceBrowserCompileServer.h
|
| index ce3f60de12dd83cefcebd45a861699d19e101179..a9e221bcb505fe7f763c2c13c324450e8d0fd789 100644
|
| --- a/src/IceBrowserCompileServer.h
|
| +++ b/src/IceBrowserCompileServer.h
|
| @@ -37,14 +37,12 @@ namespace Ice {
|
| /// defaults that make sense in the browser case. The output file is specified
|
| /// via a posix FD, and input bytes are pushed to the server.
|
| class BrowserCompileServer : public CompileServer {
|
| - BrowserCompileServer() = delete;
|
| BrowserCompileServer(const BrowserCompileServer &) = delete;
|
| BrowserCompileServer &operator=(const BrowserCompileServer &) = delete;
|
| class StringStream;
|
|
|
| public:
|
| - explicit BrowserCompileServer(Compiler &Comp)
|
| - : CompileServer(Comp), InputStream(nullptr), HadError(false) {}
|
| + BrowserCompileServer() : HadError(false) {}
|
|
|
| ~BrowserCompileServer() final;
|
|
|
|
|