summaryrefslogtreecommitdiffstats
path: root/src/parse.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.rs')
-rw-r--r--src/parse.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/parse.rs b/src/parse.rs
index 7ff93cd..17b5bfa 100644
--- a/src/parse.rs
+++ b/src/parse.rs
@@ -60,10 +60,6 @@ pub fn choice(src: &str) -> Result<Choice, ParseError> {
return Ok(Choice::new(start, end, kind));
}
-pub fn output_field_separator(src: &str) -> String {
- String::from(src)
-}
-
#[cfg(test)]
mod tests {
use crate::parse;