summaryrefslogtreecommitdiffstats
path: root/third_party/libxml/src/testdso.c
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-14 00:18:52 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-14 00:18:52 +0000
commit67dd36a9a1022bc9a63f74740dff610536e536e8 (patch)
treecbeebef5f78504e1a7ea10c8ba7b1b159fcb0068 /third_party/libxml/src/testdso.c
parent6baca1a4830679c30438cbd95de71f53676dec05 (diff)
downloadchromium_src-67dd36a9a1022bc9a63f74740dff610536e536e8.zip
chromium_src-67dd36a9a1022bc9a63f74740dff610536e536e8.tar.gz
chromium_src-67dd36a9a1022bc9a63f74740dff610536e536e8.tar.bz2
Revert my last two changes.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56116 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxml/src/testdso.c')
-rw-r--r--third_party/libxml/src/testdso.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/libxml/src/testdso.c b/third_party/libxml/src/testdso.c
deleted file mode 100644
index bd4ff08..0000000
--- a/third_party/libxml/src/testdso.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <stdio.h>
-
-#define IN_LIBXML
-#include "libxml/xmlexports.h"
-
-XMLPUBFUN int hello_world(void);
-
-int hello_world(void)
-{
- printf("Success!\n");
- return 0;
-}