diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-10T12·48+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-10T12·48+0100 |
commit | ad332e17189668d18aeeea2f61384f749d428d6a (patch) | |
tree | eb6770d0795985c71b870960c20bc8058eb2a95b /src/libutil/types.hh | |
parent | 2e98703c0ce2ae0924359cd510e2de1c71cb000c (diff) |
Revert "Use posix_spawn to run the pager"
This reverts commit d34d2b2bbf784c0bb420a50905af25e02c6e4989.
Diffstat (limited to 'src/libutil/types.hh')
-rw-r--r-- | src/libutil/types.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/types.hh b/src/libutil/types.hh index 030996a060e2..160884ee1ad7 100644 --- a/src/libutil/types.hh +++ b/src/libutil/types.hh @@ -73,7 +73,6 @@ class SysError : public Error public: int errNo; SysError(const FormatOrString & fs); - SysError(int errNo, const FormatOrString & fs); }; |