Removed redundant license from port_def in amalgmation.

pull/13171/head
Joshua Haberman 4 years ago
parent 4f1e48ecc6
commit 6e10b5789d
  1. 4
      tools/amalgamate.py

@ -53,8 +53,8 @@ class Amalgamator:
self.include_paths.append(path)
def finish(self):
self.output_c.write(open("upb/port_undef.inc").read())
self.output_h.write(open("upb/port_undef.inc").read())
self._add_header("upb/port_undef.inc")
self.add_src("upb/port_undef.inc")
def _process_file(self, infile_name, outfile):
file = None

Loading…
Cancel
Save