vhdlpp: Removed a non-existing method declaration.
This commit is contained in:
parent
32f202bddc
commit
6b1e08cdb0
|
|
@ -36,8 +36,6 @@ class Package : public Scope, public LineInfo {
|
||||||
|
|
||||||
perm_string name() const { return name_; }
|
perm_string name() const { return name_; }
|
||||||
|
|
||||||
SubprogramHeader* recall_subprogram(perm_string name) const;
|
|
||||||
|
|
||||||
// This method writes a package header to a library file.
|
// This method writes a package header to a library file.
|
||||||
void write_to_stream(std::ostream&fd) const;
|
void write_to_stream(std::ostream&fd) const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue