Commits

Joshua Root authored 5001e66c45f
freehdl: delete broken and apparently unused code (https://trac.macports.org/ticket/36512)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@99326 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

science/freehdl/files/kernel-sig-info.hh.patch

Added
1 +--- freehdl/kernel-sig-info.hh.orig 2008-02-16 06:08:27.000000000 +1100
2 ++++ freehdl/kernel-sig-info.hh 2012-11-02 09:18:14.000000000 +1100
3 +@@ -164,10 +164,6 @@ template<class T>class sig_info : public
4 + type_info_interface *type, char attr, sig_info_base *base_sig,
5 + acl *aclp, vtime delay, void *sr) :
6 + sig_info_base(iname, n, sln, type, attr, base_sig, aclp, delay, sr) {};
7 +- /* Constructor to instantiate a guard signal */
8 +- sig_info(name_stack &iname, const char *n, const char *sln,
9 +- void *reader, void *sr) :
10 +- sig_info_base(iname, n, sln, reader, sr) {};
11 + /* Constructor to instantiate an alias signal */
12 + sig_info(name_stack &iname, const char *n, const char *sln,
13 + type_info_interface *ty, sig_info_base *aliased_sig,

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut