summaryrefslogtreecommitdiff
path: root/src/flpsed.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/flpsed.cxx')
-rw-r--r--src/flpsed.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/flpsed.cxx b/src/flpsed.cxx
index dae4677..05dcee5 100644
--- a/src/flpsed.cxx
+++ b/src/flpsed.cxx
@@ -394,10 +394,6 @@ int main(int argc, char** argv) {
break;
case 't':
tmp = strdup(optarg);
- if (!tmp) {
- perror("strdup");
- exit(1);
- }
sep = strchr(tmp, '=');
if (!sep) {
fprintf(stderr, "Cannot parse %s\n", optarg);