From 42ef886735e7f48b3713f6e40dce0cfabf18369f Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 1 Jan 2014 22:01:10 +0000 Subject: Move cpuid, factor, asn1 --- doc/examples/cpuid.cpp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 doc/examples/cpuid.cpp (limited to 'doc/examples/cpuid.cpp') diff --git a/doc/examples/cpuid.cpp b/doc/examples/cpuid.cpp deleted file mode 100644 index 0a94d8717..000000000 --- a/doc/examples/cpuid.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* -* (C) 2009 Jack Lloyd -* -* Distributed under the terms of the Botan license -*/ - -#include -#include -#include - -using namespace Botan; - -int main() - { - CPUID::initialize(); - - CPUID::print(std::cout); - } -- cgit v1.2.3