PROTON-1385: remove stale files
diff --git a/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.codec.DataFactory b/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.codec.DataFactory
deleted file mode 100644
index 46a716b..0000000
--- a/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.codec.DataFactory
+++ /dev/null
@@ -1 +0,0 @@
-org.apache.qpid.proton.codec.impl.DataFactoryImpl
\ No newline at end of file
diff --git a/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.driver.DriverFactory b/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.driver.DriverFactory
deleted file mode 100644
index 00e7a60..0000000
--- a/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.driver.DriverFactory
+++ /dev/null
@@ -1 +0,0 @@
-org.apache.qpid.proton.driver.impl.DriverFactoryImpl
\ No newline at end of file
diff --git a/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.engine.EngineFactory b/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.engine.EngineFactory
deleted file mode 100644
index 33f9865..0000000
--- a/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.engine.EngineFactory
+++ /dev/null
@@ -1 +0,0 @@
-org.apache.qpid.proton.engine.impl.EngineFactoryImpl
\ No newline at end of file
diff --git a/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.message.MessageFactory b/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.message.MessageFactory
deleted file mode 100644
index 99eb726..0000000
--- a/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.message.MessageFactory
+++ /dev/null
@@ -1 +0,0 @@
-org.apache.qpid.proton.message.impl.MessageFactoryImpl
\ No newline at end of file
diff --git a/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.messenger.MessengerFactory b/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.messenger.MessengerFactory
deleted file mode 100644
index d0beeb4..0000000
--- a/proton-j/src/main/resources/META-INF/services/org.apache.qpid.proton.messenger.MessengerFactory
+++ /dev/null
@@ -1 +0,0 @@
-org.apache.qpid.proton.messenger.impl.MessengerFactoryImpl
\ No newline at end of file
diff --git a/proton-j/src/test/resources/META-INF/services/org.apache.qpid.proton.factoryloadertesting.DummyProtonFactory b/proton-j/src/test/resources/META-INF/services/org.apache.qpid.proton.factoryloadertesting.DummyProtonFactory
deleted file mode 100644
index bd4307b..0000000
--- a/proton-j/src/test/resources/META-INF/services/org.apache.qpid.proton.factoryloadertesting.DummyProtonFactory
+++ /dev/null
@@ -1,2 +0,0 @@
-org.apache.qpid.proton.factoryloadertesting.DummyProtonCFactory
-org.apache.qpid.proton.factoryloadertesting.DummyProtonJFactory
\ No newline at end of file
diff --git a/tests/python/proton_tests/scratch.py b/tests/python/proton_tests/scratch.py
deleted file mode 100644
index 7e8ae5b..0000000
--- a/tests/python/proton_tests/scratch.py
+++ /dev/null
@@ -1,44 +0,0 @@
-  def xxx_test_reopen_on_same_session(self):
-    ssn1 = self.snd.session
-    ssn2 = self.rcv.session
-
-    self.snd.open()
-    self.rcv.open()
-    self.pump()
-
-    assert self.snd.state == Endpoint.LOCAL_ACTIVE | Endpoint.REMOTE_ACTIVE
-    assert self.rcv.state == Endpoint.LOCAL_ACTIVE | Endpoint.REMOTE_ACTIVE
-
-    self.snd.close()
-    self.rcv.close()
-    self.pump()
-
-    assert self.snd.state == Endpoint.LOCAL_CLOSED | Endpoint.REMOTE_CLOSED
-    assert self.rcv.state == Endpoint.LOCAL_CLOSED | Endpoint.REMOTE_CLOSED
-
-    print self.snd._link
-    self.snd = ssn1.sender("test-link")
-    print self.snd._link
-    self.rcv = ssn2.receiver("test-link")
-    self.snd.open()
-    self.rcv.open()
-    self.pump()
-
-    assert self.snd.state == Endpoint.LOCAL_ACTIVE | Endpoint.REMOTE_ACTIVE
-    assert self.rcv.state == Endpoint.LOCAL_ACTIVE | Endpoint.REMOTE_ACTIVE
-
-class SessionPipelineTest(PeerTest):
-
-  def xxx_test(self):
-    self.connection.open()
-    self.peer.open()
-    self.pump()
-    ssn = self.connection.session()
-    ssn.open()
-    self.pump()
-    peer_ssn = self.peer.session_head(0)
-    ssn.close()
-    self.pump()
-    peer_ssn.close()
-    self.peer.close()
-    self.pump()
diff --git a/tests/python/proton_tests/valgrind.supp b/tests/python/proton_tests/valgrind.supp
deleted file mode 100644
index 3cb5034..0000000
--- a/tests/python/proton_tests/valgrind.supp
+++ /dev/null
@@ -1,113 +0,0 @@
-{
-   SSL does a number of uninitialized accesses (expected) 1
-   Memcheck:Cond
-   fun:BN_bin2bn
-   obj:*
-   obj:*
-}
-
-{
-   SSL does a number of uninitialized accesses (expected) 2
-   Memcheck:Cond
-   fun:BN_num_bits_word
-   fun:BN_num_bits
-}
-
-{
-   SSL does a number of uninitialized accesses (expected) 3
-   Memcheck:Value8
-   fun:BN_num_bits_word
-   fun:BN_num_bits
-   fun:BN_mod_exp_mont_consttime
-   obj:*
-   fun:ssl3_ctx_ctrl
-}
-
-{
-   SSL does a number of uninitialized accesses (expected) 4
-   Memcheck:Value8
-   fun:BN_mod_exp_mont_consttime
-   obj:*
-   fun:ssl3_ctx_ctrl
-}
-
-{
-   SSL does a number of uninitialized accesses (FreeBSD version)
-   Memcheck:Value8
-   fun:BN_num_bits_word
-   fun:BN_num_bits
-   fun:BN_mod_exp_mont_consttime
-   fun:BN_mod_exp_mont
-   obj:*libcrypto.so*
-   fun:ssl3_ctx_ctrl
-}
-
-{
-   SSL does a number of uninitialized accesses (FreeBSD version)
-   Memcheck:Value8
-   fun:BN_mod_exp_mont_consttime
-   fun:BN_mod_exp_mont
-   obj:*libcrypto.so*
-   fun:ssl3_ctx_ctrl
-}
-
-{
-   SSL does a number of uninitialized accesses (expected) 5
-   Memcheck:Value4
-   fun:BN_mod_exp_mont_consttime
-   fun:BN_mod_exp_mont
-   obj:*
-   obj:*
-}
-
-{
-   SSL does a number of uninitialized accesses (expected) 6
-   Memcheck:Value4
-   fun:BN_num_bits_word
-   fun:BN_mod_exp_mont_consttime
-   fun:BN_mod_exp_mont
-   obj:*
-   obj:*
-}
-
-{
-   Since we can never safely uninitialize SSL, allow this
-   Memcheck:Leak
-   fun:_vgrZU_libcZdsoZa_realloc
-   fun:CRYPTO_realloc
-   fun:lh_insert
-   obj:/lib64/libcrypto.so.0.9.8e
-   fun:ERR_load_strings
-   fun:ERR_load_X509V3_strings
-   fun:ERR_load_crypto_strings
-   fun:SSL_load_error_strings
-}
-
-{
-   Since we can never safely uninitialize SSL, allow this
-   Memcheck:Leak
-   fun:_vgrZU_libcZdsoZa_malloc
-   fun:CRYPTO_malloc
-   fun:lh_new
-   fun:OBJ_NAME_init
-   fun:OBJ_NAME_add
-   fun:EVP_add_cipher
-   fun:SSL_library_init
-}
-
-{
-   Since we can never safely uninitialize SSL, allow this
-   Memcheck:Leak
-   fun:malloc
-   obj:*
-   fun:CRYPTO_malloc
-}
-
-{
-   Known memory leak in cyrus-sasl (fixed in 2.1.26)
-   Memcheck:Leak
-   fun:malloc
-   fun:*
-   fun:sasl_config_init
-   fun:sasl_server_init
-}