Skip to content

Commit

Permalink
Remove unused exception
Browse files Browse the repository at this point in the history
Signed-off-by: John Else <john.else@citrix.com>
  • Loading branch information
johnelse committed Nov 14, 2015
1 parent 550bed2 commit 0bf56f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/osc_string.ml
Expand Up @@ -10,8 +10,6 @@ module Input = struct
let current_char input = input.data.[input.pos]
end

exception Not_implemented

(* Strings are padding with 1-4 null characters to make the total
* length a multiple of 4 bytes. *)
let string_padding_of_length length =
Expand Down

0 comments on commit 0bf56f1

Please sign in to comment.