Skip to content

Commit

Permalink
Remove promote_common and common_type
Browse files Browse the repository at this point in the history
  • Loading branch information
mcol committed Feb 16, 2020
1 parent f11c9e0 commit eff0f09
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 222 deletions.
1 change: 0 additions & 1 deletion stan/math/prim/fun.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@
#include <stan/math/prim/fun/prob_constrain.hpp>
#include <stan/math/prim/fun/prob_free.hpp>
#include <stan/math/prim/fun/prod.hpp>
#include <stan/math/prim/fun/promote_common.hpp>
#include <stan/math/prim/fun/promote_elements.hpp>
#include <stan/math/prim/fun/promote_scalar.hpp>
#include <stan/math/prim/fun/qr_Q.hpp>
Expand Down
30 changes: 0 additions & 30 deletions stan/math/prim/fun/promote_common.hpp

This file was deleted.

1 change: 0 additions & 1 deletion stan/math/prim/meta.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <stan/math/prim/meta/as_column_vector_or_scalar.hpp>
#include <stan/math/prim/meta/bool_constant.hpp>
#include <stan/math/prim/meta/child_type.hpp>
#include <stan/math/prim/meta/common_type.hpp>
#include <stan/math/prim/meta/contains_fvar.hpp>
#include <stan/math/prim/meta/contains_std_vector.hpp>
#include <stan/math/prim/meta/contains_vector.hpp>
Expand Down
62 changes: 0 additions & 62 deletions stan/math/prim/meta/common_type.hpp

This file was deleted.

128 changes: 0 additions & 128 deletions test/unit/math/rev/fun/promote_common_test.cpp

This file was deleted.

0 comments on commit eff0f09

Please sign in to comment.