vhdlpp: Removed a non-existing method declaration.

This commit is contained in:
Maciej Suminski 2016-01-28 15:50:10 +01:00
parent 32f202bddc
commit 6b1e08cdb0
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ class Package : public Scope, public LineInfo {
perm_string name() const { return name_; }
SubprogramHeader* recall_subprogram(perm_string name) const;
// This method writes a package header to a library file.
void write_to_stream(std::ostream&fd) const;