diff options
Diffstat (limited to 'doc/examples/self_sig.cpp')
-rw-r--r-- | doc/examples/self_sig.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/self_sig.cpp b/doc/examples/self_sig.cpp index c117ff3aa..d00bcb3b4 100644 --- a/doc/examples/self_sig.cpp +++ b/doc/examples/self_sig.cpp @@ -28,8 +28,6 @@ int main(int argc, char* argv[]) return 1; } - LibraryInitializer init; - std::string CA_flag = argv[2]; bool do_CA = false; |