From 07b78716af6a9d7c9fd1e94d9baf94a52c873947 Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Fri, 30 Sep 2016 16:24:48 +0000 Subject: Makefile.def: Remove libjava. 2016-09-30 Andrew Haley * Makefile.def: Remove libjava. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. * configure.ac: Likewise. * configure: Likewise. * gcc/java: Remove. * libjava: Likewise. From-SVN: r240662 --- libjava/gnu/javax/crypto/keyring/CompressedEntry.h | 44 ---------------------- 1 file changed, 44 deletions(-) delete mode 100644 libjava/gnu/javax/crypto/keyring/CompressedEntry.h (limited to 'libjava/gnu/javax/crypto/keyring/CompressedEntry.h') diff --git a/libjava/gnu/javax/crypto/keyring/CompressedEntry.h b/libjava/gnu/javax/crypto/keyring/CompressedEntry.h deleted file mode 100644 index e674b97..0000000 --- a/libjava/gnu/javax/crypto/keyring/CompressedEntry.h +++ /dev/null @@ -1,44 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __gnu_javax_crypto_keyring_CompressedEntry__ -#define __gnu_javax_crypto_keyring_CompressedEntry__ - -#pragma interface - -#include -extern "Java" -{ - namespace gnu - { - namespace javax - { - namespace crypto - { - namespace keyring - { - class CompressedEntry; - class Properties; - } - } - } - } -} - -class gnu::javax::crypto::keyring::CompressedEntry : public ::gnu::javax::crypto::keyring::EnvelopeEntry -{ - -public: - CompressedEntry(::gnu::javax::crypto::keyring::Properties *); -private: - CompressedEntry(); -public: - static ::gnu::javax::crypto::keyring::CompressedEntry * decode(::java::io::DataInputStream *); -public: // actually protected - virtual void encodePayload(); -public: - static const jint TYPE = 4; - static ::java::lang::Class class$; -}; - -#endif // __gnu_javax_crypto_keyring_CompressedEntry__ -- cgit v1.1