]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.pt/memtemp92.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp92.C
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/memtemp92.C b/gcc/testsuite/g++.old-deja/g++.pt/memtemp92.C
deleted file mode 100644 (file)
index 899e7f3..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-// Build don't link:
-// Origin: "Adam J. Richter" <adam@yggdrasil.com>
-
-template <class Style, class Base>
-class theme_map {
-};
-
-class QWidget {
-protected:
-  virtual void *harmony_get_list_for_signal(const char *) const;
-
-public:
-  static theme_map<int, QWidget> ContentsThemes;
-
-protected:
-  virtual void updateDrawingObjects (void)
-    {
-      update_dro (QWidget::ContentsThemes);
-    }
-
-  template <class S, class B>
-  void update_dro (theme_map<S, B>& themes)
-    {
-    }
-};
-
-void *QWidget::harmony_get_list_for_signal(const char *sig) const
-{
-       return 0;
-}