alashworth / test-issue-import

0 stars 0 forks source link

Remove unused variational::base_family class #85

Open alashworth opened 5 years ago

alashworth commented 5 years ago

Issue by bob-carpenter Thursday Nov 19, 2015 at 03:39 GMT Originally opened as https://github.com/stan-dev/stan/issues/1695


The base class variational::base_family has no virtual methods and the one function it does define uses no member variables or functions, so can be made standalone outside of the class. Therefore, base_family should be removed.

If the intent was to somehow pull down some of the functionality from the subclasses, then this issue should be repurposed to do that.