diff options
author | lloyd <lloyd@randombit.net> | 2014-01-01 22:01:10 +0000 |
---|---|---|
committer | lloyd <lloyd@randombit.net> | 2014-01-01 22:01:10 +0000 |
commit | 42ef886735e7f48b3713f6e40dce0cfabf18369f (patch) | |
tree | f3aff3a1fca01c3855bc693fd7ef0902e375ab21 /doc/examples/cpuid.cpp | |
parent | ba238d04531a4e76ed88635871fd82e5459b3cc4 (diff) |
Move cpuid, factor, asn1
Diffstat (limited to 'doc/examples/cpuid.cpp')
-rw-r--r-- | doc/examples/cpuid.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
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 <iostream> -#include <string> -#include <botan/cpuid.h> - -using namespace Botan; - -int main() - { - CPUID::initialize(); - - CPUID::print(std::cout); - } |