projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc751c7
)
repart: Remove leftover debug statement
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Thu, 24 Nov 2022 09:03:15 +0000
(10:03 +0100)
committer
Daan De Meyer
<daan.j.demeyer@gmail.com>
Tue, 29 Nov 2022 09:08:51 +0000
(10:08 +0100)
src/partition/repart.c
patch
|
blob
|
history
diff --git
a/src/partition/repart.c
b/src/partition/repart.c
index b814ad076dccee48fc5690cae05f9f18071fa74a..26f1519edcf8d653857b07c430c6cb9c8ff58a21 100644
(file)
--- a/
src/partition/repart.c
+++ b/
src/partition/repart.c
@@
-6403,11
+6403,6
@@
static int run(int argc, char *argv[]) {
return r;
}
-#if 0
- (void) context_dump_partitions(context, node);
- putchar('\n');
-#endif
-
r = context_read_seed(context, arg_root);
if (r < 0)
return r;