Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c47e975

Browse filesBrowse files
committed
remove bench c file reference
1 parent ca1ba29 commit c47e975
Copy full SHA for c47e975

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed

‎Argon2Swift.xcodeproj/project.pbxproj

Copy file name to clipboardExpand all lines: Argon2Swift.xcodeproj/project.pbxproj
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
/* Begin PBXBuildFile section */
2424
OBJ_44 /* argon2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* argon2.c */; };
25-
OBJ_45 /* bench.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* bench.c */; };
2625
OBJ_46 /* blake2b.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_13 /* blake2b.c */; };
2726
OBJ_47 /* core.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* core.c */; };
2827
OBJ_48 /* encoding.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_15 /* encoding.c */; };
@@ -79,7 +78,6 @@
7978
"Argon2Swift::Argon2Swift::Product" /* Argon2Swift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Argon2Swift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8079
"Argon2Swift::Argon2SwiftTests::Product" /* Argon2SwiftTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = Argon2SwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8180
OBJ_10 /* argon2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = argon2.c; sourceTree = "<group>"; };
82-
OBJ_11 /* bench.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bench.c; sourceTree = "<group>"; };
8381
OBJ_13 /* blake2b.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = blake2b.c; sourceTree = "<group>"; };
8482
OBJ_14 /* core.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = core.c; sourceTree = "<group>"; };
8583
OBJ_15 /* encoding.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = encoding.c; sourceTree = "<group>"; };
@@ -218,7 +216,6 @@
218216
isa = PBXGroup;
219217
children = (
220218
OBJ_10 /* argon2.c */,
221-
OBJ_11 /* bench.c */,
222219
OBJ_12 /* blake2 */,
223220
OBJ_14 /* core.c */,
224221
OBJ_15 /* encoding.c */,
@@ -332,7 +329,6 @@
332329
buildActionMask = 0;
333330
files = (
334331
OBJ_44 /* argon2.c in Sources */,
335-
OBJ_45 /* bench.c in Sources */,
336332
OBJ_46 /* blake2b.c in Sources */,
337333
OBJ_47 /* core.c in Sources */,
338334
OBJ_48 /* encoding.c in Sources */,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.