Removing try_get_string_by_idx and get_number_by_idx.

This commit is contained in:
Ruben Ayrapetyan
2014-08-28 21:19:44 +04:00
parent b36f997ef2
commit 16cbe0c63b
5 changed files with 17 additions and 65 deletions
-3
View File
@@ -29,9 +29,6 @@ ecma_completion_value_t run_int_from_pos (opcode_counter_t start_pos,
bool is_strict,
bool is_eval_code);
ssize_t try_get_string_by_idx (idx_t idx, ecma_char_t *buffer_p, ssize_t buffer_size);
ecma_number_t get_number_by_idx (idx_t idx);
opcode_t read_opcode (opcode_counter_t counter);
#endif /* INTERPRETER_H */