Removing comment

This commit is contained in:
Sergio Durigan Junior 2016-01-05 15:41:25 -05:00
parent 9929312091
commit dcc69dfe36

View file

@ -792,7 +792,6 @@ anything for now."""
class RunTestGDBBSD_Common (BuildAndTestGDBFactory):
"""Common BSD test configurations"""
def __init__ (self, **kwargs):
# self.extra_conf_flags = [ 'CFLAGS=-I/usr/local/include', '--disable-werror' ]
self.make_command = 'gmake'
BuildAndTestGDBFactory.__init__ (self, **kwargs)