Skip to content

Commit

Permalink
fix missing capi types and remove contract constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
larryk85 committed Oct 10, 2018
1 parent 026fea5 commit 8ebbc8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion eosio_llvm
Submodule eosio_llvm updated 1 files
+1 −1 tools/clang
9 changes: 0 additions & 9 deletions libraries/eosiolib/contract.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ namespace eosio {
*/
class contract {
public:
/**
* Construct a new contract given the contract name
*
* @brief Construct a new contract object.
* @param receiver - The name of this contract
* @param code - The code name of the action this contract is processing.
*/
contract( name receiver, name code ):_self(receiver), _code(code) {}

/**
* Construct a new contract given the contract name
*
Expand Down

0 comments on commit 8ebbc8e

Please sign in to comment.