Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenth committed Jun 28, 2012
1 parent c6d9947 commit 6e6eee9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/postfix.ml
Expand Up @@ -38,12 +38,6 @@ let attrs_of_map m =
with Not_found -> with Not_found ->
None None


let attr k attrs =
try
Some (AttrMap.find k attrs)
with Not_found ->
None

let parse_line line = let parse_line line =
let re = Str.regexp "^\\([^=]+\\)=\\(.*\\)$" in let re = Str.regexp "^\\([^=]+\\)=\\(.*\\)$" in
if Str.string_match re line 0 then if Str.string_match re line 0 then
Expand Down

0 comments on commit 6e6eee9

Please sign in to comment.