From 1102f7d7852603a1f6fc983d7027c600161428b4 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 20 Jan 2016 14:52:40 -0800 Subject: 2578 --- 021check_instruction.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to '021check_instruction.cc') diff --git a/021check_instruction.cc b/021check_instruction.cc index 717f1ca6..58fd395f 100644 --- a/021check_instruction.cc +++ b/021check_instruction.cc @@ -136,10 +136,6 @@ bool types_strictly_match(type_tree* lhs, type_tree* rhs) { return types_strictly_match(lhs->left, rhs->left) && types_strictly_match(lhs->right, rhs->right); } -bool is_raw(const reagent& r) { - return has_property(r, "raw"); -} - bool is_unsafe(const reagent& r) { return has_property(r, "unsafe"); } -- cgit 1.4.1-2-gfad0