diff options
| author | Guillaume Melquiond | 2016-01-01 23:31:47 +0100 |
|---|---|---|
| committer | Guillaume Melquiond | 2016-01-01 23:31:47 +0100 |
| commit | bfdf6d2db29972ff52a1870524a230fdecb636dc (patch) | |
| tree | e7c21c9f0816a5845a0be1ae361dd791fd092654 /stm | |
| parent | 1b5d54b58f4ecea66ef9bf439d23b115d2c77050 (diff) | |
Remove unused functions.
Diffstat (limited to 'stm')
| -rw-r--r-- | stm/texmacspp.ml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stm/texmacspp.ml b/stm/texmacspp.ml index 1996d35259..b18e35a472 100644 --- a/stm/texmacspp.ml +++ b/stm/texmacspp.ml @@ -20,9 +20,6 @@ let unlock loc = let start, stop = Loc.unloc loc in (string_of_int start, string_of_int stop) -let xmlNoop = (* almost noop *) - PCData "" - let xmlWithLoc loc ename attr xml = let start, stop = unlock loc in Element(ename, [ "begin", start; "end", stop ] @ attr, xml) |
