Skip to content

Commit

Permalink
Merge pull request EOSIO#140 from EOSIO/fix/missing_structs
Browse files Browse the repository at this point in the history
fix missing capi types and remove contract constructor
  • Loading branch information
arhag committed Oct 10, 2018
2 parents fd03623 + 8ebbc8e commit ed964a8
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 ed964a8

Please sign in to comment.