move everything out of trunk
[lttv.git] / trunk / obsolete / ltt-usertrace / java / ThreadBrand.java
diff --git a/trunk/obsolete/ltt-usertrace/java/ThreadBrand.java b/trunk/obsolete/ltt-usertrace/java/ThreadBrand.java
deleted file mode 100644 (file)
index 2b6bcdc..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-package ltt;
-
-// The ThreadBrand.java file
-public class ThreadBrand
-{
-  // Declaration of the Native (C) function
-  public static native void trace_java_generic_thread_brand(String arg);
-  static {
-    System.loadLibrary("ltt-java-thread_brand");
-  }
-}
This page took 0.022627 seconds and 4 git commands to generate.