From 07b78716af6a9d7c9fd1e94d9baf94a52c873947 Mon Sep 17 00:00:00 2001
From: Andrew Haley <aph@redhat.com>
Date: Fri, 30 Sep 2016 16:24:48 +0000
Subject: Makefile.def: Remove libjava.

2016-09-30  Andrew Haley  <aph@redhat.com>

	* Makefile.def: Remove libjava.
	* Makefile.tpl: Likewise.
	* Makefile.in: Regenerate.
	* configure.ac: Likewise.
	* configure: Likewise.
	* gcc/java: Remove.
	* libjava: Likewise.

From-SVN: r240662
---
 libjava/javax/naming/TimeLimitExceededException.h | 33 -----------------------
 1 file changed, 33 deletions(-)
 delete mode 100644 libjava/javax/naming/TimeLimitExceededException.h

(limited to 'libjava/javax/naming/TimeLimitExceededException.h')

diff --git a/libjava/javax/naming/TimeLimitExceededException.h b/libjava/javax/naming/TimeLimitExceededException.h
deleted file mode 100644
index 4c555fb..0000000
--- a/libjava/javax/naming/TimeLimitExceededException.h
+++ /dev/null
@@ -1,33 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_naming_TimeLimitExceededException__
-#define __javax_naming_TimeLimitExceededException__
-
-#pragma interface
-
-#include <javax/naming/LimitExceededException.h>
-extern "Java"
-{
-  namespace javax
-  {
-    namespace naming
-    {
-        class TimeLimitExceededException;
-    }
-  }
-}
-
-class javax::naming::TimeLimitExceededException : public ::javax::naming::LimitExceededException
-{
-
-public:
-  TimeLimitExceededException();
-  TimeLimitExceededException(::java::lang::String *);
-private:
-  static const jlong serialVersionUID = -3597009011385034696LL;
-public:
-  static ::java::lang::Class class$;
-};
-
-#endif // __javax_naming_TimeLimitExceededException__
-- 
cgit v1.1