]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/gnu/gcj/runtime/natFinalizerThread.cc
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / gnu / gcj / runtime / natFinalizerThread.cc
diff --git a/libjava/gnu/gcj/runtime/natFinalizerThread.cc b/libjava/gnu/gcj/runtime/natFinalizerThread.cc
deleted file mode 100644 (file)
index d296bc4..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-// natFinalizerThread.cc - Implementation of FinalizerThread native methods.
-
-/* Copyright (C) 2001  Free Software Foundation
-
-   This file is part of libgcj.
-
-This software is copyrighted work licensed under the terms of the
-Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
-details.  */
-
-#include <config.h>
-
-#include <gcj/cni.h>
-#include <jvm.h>
-
-#include <gnu/gcj/runtime/FinalizerThread.h>
-
-void
-gnu::gcj::runtime::FinalizerThread::runFinalizers ()
-{
-  _Jv_RunFinalizers ();
-}