Browse Source

Merge pull request #2735 from rhcarvalho/deadcode

Remove some dead code
Scott Dodson 8 years ago
parent
commit
ba73b286cf
3 changed files with 0 additions and 8 deletions
  1. 0 5
      utils/setup.py
  2. 0 1
      utils/src/data/data_file
  3. 0 2
      utils/workflows/enterprise_deploy/openshift.sh

+ 0 - 5
utils/setup.py

@@ -65,11 +65,6 @@ setup(
         'ooinstall': ['ansible.cfg', 'ansible-quiet.cfg', 'ansible_plugins/*'],
     },
 
-    # Although 'package_data' is the preferred approach, in some case you may
-    # need to place data files outside of your packages. See:
-    # http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files # noqa
-    # In this case, 'data_file' will be installed into '<sys.prefix>/my_data'
-    #data_files=[('my_data', ['data/data_file'])],
     tests_require=['nose'],
 
     test_suite='nose.collector',

+ 0 - 1
utils/src/data/data_file

@@ -1 +0,0 @@
-some data

+ 0 - 2
utils/workflows/enterprise_deploy/openshift.sh

@@ -1,2 +0,0 @@
-# This file is not used for OpenShift 3.0.  It's merely an artifact of the the
-# installation framework originally used for OpenShift 2.x.