aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_indent.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-21 22:14:28 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-21 22:14:28 -0800
commit7117c4a5ee4ebcdaa8ff692b9cc18fb87e6d8038 (patch)
tree3265e2473eee6289ffb6ac600e7360b3fdd67c20 /fish_indent.cpp
parenta3a7c4879998f434e6bc5667ad9943f7f9e6aa74 (diff)
Remove tok_destroy
Diffstat (limited to 'fish_indent.cpp')
-rw-r--r--fish_indent.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/fish_indent.cpp b/fish_indent.cpp
index 1a7df124..db48679b 100644
--- a/fish_indent.cpp
+++ b/fish_indent.cpp
@@ -257,8 +257,6 @@ static int indent(wcstring &out, const wcstring &in, int flags)
}
- tok_destroy(&tok);
-
return res;
}