Delete garbages.
[elisp/tm.git] / gnus / tgnus-bc.el
diff --git a/gnus/tgnus-bc.el b/gnus/tgnus-bc.el
deleted file mode 100644 (file)
index 72b410b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-(require 'gnus)
-
-(setq load-path (append '("." ".." "../../tl") load-path))
-
-(defun compile-tm-gnus ()
-  (if (string-match "(ding)" gnus-version)
-      (byte-compile-file "tm-dgnus.el")
-    (if (string-match "GNUS 3" gnus-version)
-       (byte-compile-file "tm-gnus3.el")
-      (byte-compile-file "tm-gnus4.el")
-      ))
-  (byte-compile-file "tm-gnus.el")
-  )
-
-(defun install-tm-gnus ()
-  (print command-line-args-left)
-  )