Skip to content

Removing un-needed copies of bash pattern code

Jonathan Hanks requested to merge jonathan-hanks/nds2-client:master into master

When doing the svn->git migration I needed to duplicate the bash_pattern code and put them in the swig/common directory in order for some internal svn links to work.

This is not needed after the git transition, so this merge request removes the duplicate files. There are copies in swig/common/module that are actually used.

Merge request reports