aboutsummaryrefslogtreecommitdiff
path: root/src/install/semver.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/install/semver.zig')
-rw-r--r--src/install/semver.zig16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/install/semver.zig b/src/install/semver.zig
index 656027227..c4d9b5b5f 100644
--- a/src/install/semver.zig
+++ b/src/install/semver.zig
@@ -44,14 +44,14 @@ pub const String = extern struct {
};
}
- pub inline fn assertDefined(this: *const String) void {
- if (comptime !Environment.allow_assert)
- return;
-
- if (this.isUndefined()) {
- @breakpoint();
- @panic("String is undefined");
- }
+ pub inline fn assertDefined(_: *const String) void {
+ // if (comptime !Environment.allow_assert)
+ // return;
+
+ // if (this.isUndefined()) {
+ // @breakpoint();
+ // @panic("String is undefined");
+ // }
}
pub inline fn init(