diff options
author | corvid <corvid@lavabit.com> | 2009-10-03 19:02:36 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-10-03 19:02:36 +0000 |
commit | 8d8284c216ff7b529cb5417f224fcadb844957e2 (patch) | |
tree | b018a9e97e50b14d4df69a5c678250ddcd870d00 /lout/misc.hh | |
parent | 241f20d9187569eedeb974f2edbf2cbf09be2409 (diff) |
rm unused lout::misc functions
Diffstat (limited to 'lout/misc.hh')
-rw-r--r-- | lout/misc.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lout/misc.hh b/lout/misc.hh index f9cb939a..23c2d7c1 100644 --- a/lout/misc.hh +++ b/lout/misc.hh @@ -31,9 +31,6 @@ template <class T> inline T max (T a, T b, T c) extern const char *prgName; void init (int argc, char *argv[]); -void chop (char *s); -char *strip (char *s); - inline void assertNotReached () { |