Commit 97fa0aad authored by Tristan Gingold's avatar Tristan Gingold

sourcefileset: remove unused function.

parent 9d06dd7c
......@@ -31,9 +31,6 @@ class SourceFileSet(set):
super(SourceFileSet, self).__init__()
self = []
def __str__(self):
return str([str(f) for f in self])
def add(self, files):
"""Add a set of files to the source fileset instance"""
if files is None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment