summaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_StdioFile.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pl_StdioFile.hh')
-rw-r--r--include/qpdf/Pl_StdioFile.hh15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/qpdf/Pl_StdioFile.hh b/include/qpdf/Pl_StdioFile.hh
index 84324d54..3bb9f257 100644
--- a/include/qpdf/Pl_StdioFile.hh
+++ b/include/qpdf/Pl_StdioFile.hh
@@ -21,21 +21,6 @@
class Pl_StdioFile: public Pipeline
{
public:
- class Exception: public Pipeline::Exception
- {
- public:
- DLL_EXPORT
- Exception(std::string const& message) :
- Pipeline::Exception(message)
- {
- }
-
- DLL_EXPORT
- virtual ~Exception() throw ()
- {
- }
- };
-
// f is externally maintained; this class just writes to and
// flushes it. It does not close it.
DLL_EXPORT